'blog-vlog-social-icons', 'description' => esc_html__( ' AT Social Icons Widget', 'blog-vlog' ), ); parent::__construct( 'blog-vlog-social-icons', esc_html__( ' AT Social Widget', 'blog-vlog' ), $opts ); } /** * Function the widget content. */ function widget( $args, $instance ) { $title = apply_filters( 'widget_title', empty( $instance['title'] ) ? '' : $instance['title'], $instance, $this->id_base ); echo $args['before_widget']; if ( ! empty( $title ) ) { echo $args['before_title'] . $title . $args['after_title']; } ?>
'', ) ); ?>