'activello-social', 'description' => esc_html__( 'Activello theme widget to display social media icons' ,'activello' ), ); parent::__construct( 'activello-social', esc_html__( 'Activello Social Widget','activello' ), $widget_ops ); } function widget( $args, $instance ) { $title = isset( $instance['title'] ) ? $instance['title'] : esc_html__( 'Follow us' , 'activello' ); echo $args['before_widget']; if ( $title ) { echo $args['before_title']; echo $title; echo $args['after_title']; } /** * Widget Content */ ?>