Example #1
0
 /**
  * Initialize an instance of the widget.
  *
  * @since  1.0.0
  */
 public function __construct()
 {
     // Set up the options to pass to the WP_Widget constructor.
     $this->options = array('classname' => 'mm-blockquote', 'description' => __('A Blockquote', 'mm-components'));
     parent::__construct('mm_blockquote_widget', __('Mm Blockquote', 'mm-components'), $this->options);
 }
Example #2
0
 /**
  * Initialize an instance of the widget.
  *
  * @since  1.0.0
  */
 public function __construct()
 {
     // Set up the options to pass to the WP_Widget constructor.
     $this->options = array('classname' => 'mm-logo-strip', 'description' => __('A Logo Strip', 'mm-components'));
     parent::__construct('mm_logo_strip_widget', __('Mm Logo Strip', 'mm-components'), $this->options);
 }
Example #3
0
 /**
  * Initialize an instance of the widget.
  *
  * @since  1.0.0
  */
 public function __construct()
 {
     // Set up the options to pass to the WP_Widget constructor.
     $this->options = array('classname' => 'mm-countdown-widget', 'description' => __('A Countdown', 'mm-components'));
     parent::__construct('mm_countdown_widget', __('Mm Countdown', 'mm-components'), $this->options);
 }
Example #4
0
 /**
  * Initialize an instance of the widget.
  *
  * @since  1.0.0
  */
 public function __construct()
 {
     // Set up the options to pass to the WP_Widget constructor.
     $this->options = array('classname' => 'mm-image-card-widget', 'description' => __('An Image Card', 'mm-components'));
     parent::__construct('mm_image_card_widget', __('Mm Image Card', 'mm-components'), $this->options);
 }
Example #5
0
 /**
  * Initialize an instance of the widget.
  *
  * @since  1.0.0
  */
 public function __construct()
 {
     // Set up the options to pass to the WP_Widget constructor.
     $this->options = array('classname' => 'mm-social-icons-widget', 'description' => __('A Row of Social Icons', 'mm-components'));
     parent::__construct('mm_social_icons_widget', __('Mm Social Icons', 'mm-components'), $this->options);
 }
 /**
  * Initialize an instance of the widget.
  *
  * @since  1.0.0
  */
 public function __construct()
 {
     // Set up the options to pass to the WP_Widget constructor.
     $this->options = array('classname' => 'mm-expandable-content-widget', 'description' => __('An Expandable Content Container', 'mm-components'));
     parent::__construct('mm_expandable_content_widget', __('Mm Expandable Content', 'mm-components'), $this->options);
 }
 /**
  * Initialize an instance of the widget.
  *
  * @since  1.0.0
  */
 public function __construct()
 {
     // Set up the options to pass to the WP_Widget constructor.
     $this->options = array('classname' => 'mm-highlight-box', 'description' => __('A Highlight Box', 'mm-components'));
     parent::__construct('mm_highlight_box_widget', __('Mm Highlight Box', 'mm-components'), $this->options);
 }
Example #8
0
 /**
  * Initialize an instance of the widget.
  *
  * @since  1.0.0
  */
 public function __construct()
 {
     // Set up the options to pass to the WP_Widget constructor.
     $this->options = array('classname' => 'mm-hero-banner-widget', 'description' => __('A Hero Banner', 'mm-components'));
     parent::__construct('mm_hero_banner_widget', __('Mm Hero Banner', 'mm-components'), $this->options);
 }
 /**
  * Initialize an instance of the widget.
  *
  * @since  1.0.0
  */
 public function __construct()
 {
     // Set up the options to pass to the WP_Widget constructor.
     $this->options = array('classname' => 'mm-restricted-content', 'description' => __('A Restricted Content Container', 'mm-components'));
     parent::__construct('mm_restricted_content_widget', __('Mm Restricted Content', 'mm-components'), $this->options);
 }