コード例 #1
0
 public function __construct()
 {
     $this->includes = array();
     $this->integration = 'wp-job-manager-claim-listing';
     $this->wpjmcl = WP_Job_Manager_Claim_Listing();
     parent::__construct();
 }
コード例 #2
0
 public function __construct()
 {
     if (!class_exists('WP_Job_Manager_Products')) {
         return;
     }
     $this->integration = 'woocommerce-bookings';
     $this->includes = array();
     parent::__construct();
 }
コード例 #3
0
 public function __construct()
 {
     $this->includes = array();
     $this->integration = 'visual-composer';
     parent::__construct();
 }
コード例 #4
0
 public function __construct()
 {
     $this->includes = array();
     $this->integration = 'wp-job-manager-bookmarks';
     parent::__construct();
 }
コード例 #5
0
 public function __construct()
 {
     $this->includes = array();
     parent::__construct();
 }
コード例 #6
0
 public function __construct()
 {
     $this->includes = array();
     $this->integration = 'wp-job-manager-field-editor';
     parent::__construct();
 }
コード例 #7
0
 public function __construct()
 {
     $this->includes = array();
     $this->integration = 'polylang';
     parent::__construct();
 }
コード例 #8
0
 public function __construct()
 {
     $this->integration = 'wp-job-manager-tags';
     $this->includes = array('widgets/class-widget-job_listing-tags.php');
     parent::__construct();
 }