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