Automattic\WooCommerce\Internal\Admin\Schedulers
CustomersScheduler::init()
Attach customer lookup update hooks.
Method of the class: CustomersScheduler{}
No Hooks.
Return
null
. Nothing (null).
Usage
$result = CustomersScheduler::init();
CustomersScheduler::init() CustomersScheduler::init code WC 9.3.3
public static function init() { CustomersDataStore::init(); parent::init(); }