Automattic\WooCommerce\Internal\Admin\Schedulers

CustomersScheduler::init()public staticWC 1.0

Attach customer lookup update hooks.

Метод класса: CustomersScheduler{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$result = CustomersScheduler::init();

Код CustomersScheduler::init() WC 8.7.0

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