__( 'Display Pinterest Follow Button', WEBLIZAR_PINTEREST_TD ), ) // Args ); } /** * Front-end display of widget. * * @param array $args Widget arguments. * @param array $instance Saved values from database. */ public function widget( $args, $instance ) { $WidgetTitle = apply_filters( 'weblizar_widget_title', $instance['WidgetTitle'] ); $PinterestName = apply_filters( 'weblizar_pinterest_name', $instance['PinterestName'] ); $PinterestProfileURL = apply_filters( 'weblizar_pinterest_profile_url', $instance['PinterestProfileURL'] ); $ButtonSize = apply_filters( 'weblizar_pinterest_button_size', $instance['ButtonSize'] ); echo $args['before_widget']; if ( ! empty( $instance['WidgetTitle'] ) ) { echo $args['before_title'] . apply_filters( 'weblizar_widget_title', $instance['WidgetTitle'] ). $args['after_title']; } ?>

Find Out More Free Plugins