예제 #1
0
 /**
  * main module constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->enable_tab_settings();
     $this->enable_submit_button();
     $this->support_fields('hw_upload');
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
     //main file
     include_once 'hw-wpcf7.php';
     add_filter('hw_valid_custom_submenu', array($this, 'valid_custom_submenu'));
 }
예제 #3
0
 public function __construct()
 {
     parent::__construct();
     //enable tab settings
     $this->enable_tab_settings();
     $this->enable_submit_button();
     $this->support_fields(array('hw_skin', 'hw_ckeditor'));
     //getting start
     $obj = HW_Downloadattachment::get_instance($this);
     $obj->_option('module', $this);
 }
예제 #4
0
 public function __construct()
 {
     parent::__construct();
 }