/**
  * Register widget with WordPress.
  *
  * @since 1.0.0
  */
 public function __construct()
 {
     // Start up widget
     $branding = wpsp_get_theme_branding(false);
     $branding = $branding ? $branding . ' - ' : '';
     parent::__construct('widget-tax-nav-menu', $branding . esc_html__('Menu nav by term', 'wpsp_admin'), $widget_ops = array('classname' => 'widget-tax-nav-menu widget_nav_menu', 'description' => __('Simple menu of custom taxonomies and their associated terms.', 'wpsp_admin')));
 }
 /**
  * Register widget with WordPress.
  *
  * @since 1.0.0
  */
 public function __construct()
 {
     // Declare social services array
     $this->social_services_array = apply_filters('wpsp_social_widget_profiles', array('twitter' => array('name' => 'Twitter', 'url' => ''), 'facebook' => array('name' => 'Facebook', 'url' => ''), 'instagram' => array('name' => 'Instagram', 'url' => ''), 'google-plus' => array('name' => 'GooglePlus', 'url' => ''), 'linkedin' => array('name' => 'LinkedIn', 'url' => ''), 'pinterest' => array('name' => 'Pinterest', 'url' => ''), 'yelp' => array('name' => 'Yelp', 'url' => ''), 'dribbble' => array('name' => 'Dribbble', 'url' => ''), 'flickr' => array('name' => 'Flickr', 'url' => ''), 'vk' => array('name' => 'VK', 'url' => ''), 'github' => array('name' => 'GitHub', 'url' => ''), 'tumblr' => array('name' => 'Tumblr', 'url' => ''), 'skype' => array('name' => 'Skype', 'url' => ''), 'trello' => array('name' => 'Trello', 'url' => ''), 'foursquare' => array('name' => 'Foursquare', 'url' => ''), 'renren' => array('name' => 'RenRen', 'url' => ''), 'xing' => array('name' => 'Xing', 'url' => ''), 'vimeo-square' => array('name' => 'Vimeo', 'url' => ''), 'vine' => array('name' => 'Vine', 'url' => ''), 'youtube' => array('name' => 'Youtube', 'url' => ''), 'rss' => array('name' => 'RSS', 'url' => '')));
     // Start up widget
     $branding = wpsp_get_theme_branding(false);
     $branding = $branding ? $branding . ' - ' : '';
     parent::__construct('wpsp-fontawesome-social-widget', $branding . esc_html__('Font Awesome Social Widget', 'wpsp_admin'), $widget_ops = array('classname' => 'wpsp-fontawesome-social-widget', 'description' => __('A widget to display Font Awesome Social Icon.', 'wpsp_admin')));
 }
 /**
  * Register widget with WordPress.
  *
  * @since 1.1.0
  */
 public function __construct()
 {
     $branding = wpsp_get_theme_branding(false);
     $branding = $branding ? $branding . ' - ' : '';
     parent::__construct('wpsp-publication-search-widget', $branding . esc_html__('Publication Search Form', 'wpsp_admin'), $widget_ops = array('classname' => 'wpsp-publication-search-widget', 'description' => __('A widget to display publication search form.', 'wpsp_admin')));
 }
 /**
  * Register widget with WordPress.
  *
  * @since 1.0.0
  */
 public function __construct()
 {
     $branding = wpsp_get_theme_branding(false);
     $branding = $branding ? $branding . ' - ' : '';
     parent::__construct('wpsp-quick-contact-widget', $branding . esc_html__('Business Info', 'wpsp_admin'), $widget_ops = array('classname' => 'wpsp-quick-contact-widget', 'description' => __('A widget to display short contact information.', 'wpsp_admin')));
 }
 /**
  * Register widget with WordPress.
  *
  * @since 1.1.0
  */
 public function __construct()
 {
     $branding = wpsp_get_theme_branding(false);
     $branding = $branding ? $branding . ' - ' : '';
     parent::__construct('wpsp-facebook-page-widget', $branding . esc_html__('Facebook Page', 'wpsp_admin'), $widget_ops = array('classname' => 'wpsp-facebook-page-widget', 'description' => __('A widget to display facebook page.', 'wpsp_admin')));
 }
 /**
  * Register widget with WordPress.
  *
  * @since 1.0.0
  */
 public function __construct()
 {
     $branding = wpsp_get_theme_branding(false);
     $branding = $branding ? $branding . ' - ' : '';
     parent::__construct('wpsp-call-to-action-widget', $branding . esc_html__('Call to Action', 'wpsp_admin'), $widget_ops = array('classname' => 'wpsp-call-to-action-widget', 'description' => __('A widget to display call-to-action block, relevant/important information about your company or product.', 'wpsp_admin')));
 }