__construct() public method

public __construct ( )
Exemplo n.º 1
0
 function __construct()
 {
     require_once ABSPATH . 'wp-admin/includes/plugin.php';
     require_once ABSPATH . 'wp-admin/includes/plugin-install.php';
     parent::__construct();
     $this->fetcher = new \WP_CLI\Fetchers\Plugin();
 }
Exemplo n.º 2
0
 function __construct()
 {
     if (is_multisite()) {
         $this->obj_fields[] = 'enabled';
     }
     parent::__construct();
     $this->fetcher = new \WP_CLI\Fetchers\Theme();
 }