예제 #1
0
 public function __construct($settings)
 {
     parent::__construct($settings);
     if (!self::$filter_added) {
         $this->addFilter('vc_inline_template_content', 'setCustomTabId');
         self::$filter_added = true;
     }
 }
예제 #2
0
파일: tabs.php 프로젝트: ksingh812/thub-old
 public function __construct($settings)
 {
     parent::__construct($settings);
     // WPBakeryVisualComposer::getInstance()->addShortCode( array( 'base' => 'vc_tab' ) );
     if (!self::$filter_added) {
         $this->addFilter('vc_inline_template_content', 'setCustomTabId');
         self::$filter_added = true;
     }
 }
예제 #3
0
	function __construct( $settings ) {
		parent::__construct( $settings );
	}
예제 #4
0
 function __construct($settings)
 {
     parent::__construct($settings);
     $this->jsScripts();
 }
예제 #5
0
파일: pie.php 프로젝트: jjmas/jjmas.net
 public function __construct($settings)
 {
     parent::__construct($settings);
     $this->addAction('wp_enqueue_scripts', 'jsScripts');
 }
예제 #6
0
 function __construct($settings)
 {
     parent::__construct($settings);
     $this->shortcodeScripts();
 }
예제 #7
0
 function __construct($settings)
 {
     parent::__construct($settings);
     $this->addAction('admin_init', 'jsComposerEditPage', 6);
 }
예제 #8
0
 public function __construct($settings)
 {
     parent::__construct($settings);
     // !Important to call parent constructor to active all logic for shortcode.
     if (!self::$filter_added) {
         $this->addFilter('vc_inline_template_content', 'setCustomTabId');
         self::$filter_added = true;
     }
 }
 public function __construct($settings)
 {
     parent::__construct($settings);
     $this->wt_sc = new WT_VCSC_SHORTCODE();
 }
예제 #10
0
 public function __construct($settings)
 {
     parent::__construct($settings);
     // WPBakeryVisualComposer::getInstance()->addShortCode( array( 'base' => 'vc_tab' ) );
 }
예제 #11
0
 public function __construct($settings)
 {
     parent::__construct($settings);
     wp_enqueue_style('tm-polygon-swipebox');
     wp_enqueue_script('tm-polygon-swipebox');
 }
예제 #12
0
 public function __construct($settings)
 {
     parent::__construct($settings);
     // !Important to call parent constructor to active all logic for shortcode.
     $this->jsCssScripts();
 }