'olam_social_share_widget', 'description' => esc_html__('Social Share icons widget. Used in Single Download Sidebar ','bmci')); $control_ops = array('id_base' => 'olam_social_share_widget'); parent::__construct('olam_social_share_widget', esc_html__('Olam Social Share Widget','bmci'), $widget_ops, $control_ops); } function widget($args, $instance) { extract($args); $title = $instance['title']; echo $before_widget; ?> olam_get_social_share_buttons()); ?> esc_html__('Social Share',"olam")); $instance = wp_parse_args((array) $instance, $defaults); ?>

'; $html .= '
  • '; $html .= '
  • '; $html .= '
  • '; $html .= '
  • '; $html .= ''; return $html; } }