'great-social','description' => esc_html__( "It's displays social media icons on your any sidebar" ,'great') ); parent::__construct('great-social', esc_html__('Great: Social Widget','great'), $widget_ops); } function widget($args , $instance) { extract($args); $title = isset($instance['title']) ? $instance['title'] : esc_html__('Follow us' , 'great'); echo $before_widget; echo $before_title; echo $title; echo $after_title; /** * Widget Content */ ?> "; great_social_media( "widget" ); ?>