function __construct($settings)
 {
     parent::__construct($settings);
     $this->attributes_defaults['btn_title'] = __('Load more', 'js_composer');
     $this->shortcodeScripts();
 }
Esempio n. 2
0
 function __construct($settings)
 {
     parent::__construct($settings);
     $this->shortcodeScripts();
 }