示例#1
0
 function __construct()
 {
     parent::__construct(array('post_type' => 'hotel', 'module_file' => __FILE__));
     $this->get_data();
 }
示例#2
0
 function __construct()
 {
     parent::__construct(array('post_type' => 'product', 'module_file' => __FILE__));
     add_action('init', array($this, '_add_metabox'));
 }