public function __construct() { parent::__construct(); $this->plugin_name = 'fancybuttons'; $this->version = '1.0.0'; $this->init_variants(); }
public function __construct() { parent::__construct(); $this->plugin_name = 'googlemaps'; $this->version = '1.0.0'; $this->languages = array('de' => __('DE', $this->shortcode_textdomain), 'en' => __('EN', $this->shortcode_textdomain)); }
public function __construct() { parent::__construct(); $this->plugin_name = 'microdata'; $this->version = '1.0.0'; $this->container_types = array('div' => 'div', 'section' => 'section', 'article' => 'article', 'h1' => 'h1', 'h2' => 'h2', 'h3' => 'h3', 'h4' => 'h4', 'h5' => 'h5', 'h6' => 'h6', 'span' => 'span'); $this->item_types = array('span' => 'span', 'div' => 'div'); }