Exemplo n.º 1
0
 public function __construct()
 {
     $this->widget_cssclass = 'widget-mailchimp';
     $this->widget_description = __("Widget Mailchimp Subscribe.", DH_DOMAIN);
     $this->widget_id = 'dh_widget_mailchimp';
     $this->widget_name = __('Mailchimp Subscribe', DH_DOMAIN);
     $this->cached = false;
     $this->settings = array('title' => array('type' => 'text', 'std' => '', 'label' => __('Title', DH_DOMAIN)));
     parent::__construct();
 }
Exemplo n.º 2
0
 public function __construct()
 {
     $this->widget_cssclass = 'woocommerce widget_layered_nav widget_price_filter dh_woocommerce_price_filter';
     $this->widget_description = __('Shows a price filter list in a widget which lets you narrow down the list of shown products when viewing product categories.', 'sitesao');
     $this->widget_id = 'dh_woocommerce_price_filter';
     $this->widget_name = __('DH WooCommerce Price Filter', 'sitesao');
     parent::__construct();
 }