Automattic\WooCommerce\Internal\Admin\Schedulers

CustomersScheduler::init()public staticWC 1.0

Attach customer lookup update hooks.

Method of the class: CustomersScheduler{}

No Hooks.

Return

null. Nothing (null).

Usage

$result = CustomersScheduler::init();

CustomersScheduler::init() code WC 8.7.0

public static function init() {
	CustomersDataStore::init();
	parent::init();
}