'social_share', 'description' => ''); $control_ops = array('id_base' => 'social_share-widget'); $this->WP_Widget('social_share-widget', 'Social Share', $widget_ops, $control_ops); } function widget($args, $instance) { extract($args); $title = apply_filters('widget_title', $instance['title']); echo $before_widget; if($title) { echo $before_title.$title.$after_title; } ?>