Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->set_version('1.0.0');
     $this->set_prefix('g1_page');
     $this->set_post_type('page');
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->set_version('1.0.0');
     $this->set_prefix('g1_simple_slider');
     $this->set_post_type('g1_simple_slider');
 }
Example #3
0
 public function __construct()
 {
     parent::__construct();
     $this->set_version('1.0.0');
     $this->set_taxonomy('g1_relation_tag');
     $this->feature = 'g1-relations';
 }
Example #4
0
 public function __construct()
 {
     parent::__construct();
     $this->set_version('1.0.0');
 }