Пример #1
0
 function __construct()
 {
     $this->post_type = 'wpsc-product';
     parent::__construct();
     $this->wpsc_options = get_option('wpsc_options');
     $this->itemsAdded = array();
 }
Пример #2
0
 function __construct()
 {
     parent::__construct();
 }
Пример #3
0
 function __construct()
 {
     $this->setCheckoutArray();
     parent::__construct();
 }
Пример #4
0
 function __construct()
 {
     global $wpdb;
     parent::__construct();
 }