'shapely-social','description' => esc_html__( "shapely Social Widget" ,'shapely') ); parent::__construct('shapely-social', esc_html__('[Shapely] Social Widget','shapely'), $widget_ops); } function widget($args , $instance) { extract($args); $title = isset($instance['title']) ? $instance['title'] : esc_html__('Follow us' , 'shapely'); echo $before_widget; echo $before_title; echo $title; echo $after_title; /** * Widget Content */ ?>