Beispiel #1
0
 public function __construct()
 {
     // Addon information
     $this->set_provider(array('name' => __('Standard Elements', WR_PBL), 'file' => __FILE__, 'shortcode_dir' => dirname(__FILE__), 'js_shortcode_dir' => 'assets/js/shortcodes'));
     //$this->custom_assets();
     // call parent construct
     parent::__construct();
     add_filter('plugin_action_links', array(&$this, 'plugin_action_links'), 10, 2);
 }