Automattic\WooCommerce\Blocks\Domain\Services
DraftOrders::install
Installation related logic for Draft order functionality.
Method of the class: DraftOrders{}
No Hooks.
Returns
null. Nothing (null).
Usage
$DraftOrders = new DraftOrders(); $DraftOrders->install();
DraftOrders::install() DraftOrders::install code WC 10.8.1
public function install() {
$this->maybe_create_cronjobs();
}