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 9.8.5
public function install() { $this->maybe_create_cronjobs(); }