Automattic\WooCommerce\Blocks\Domain\Services
CreateAccount::init
Init - register handlers for WooCommerce core email hooks.
Метод класса: CreateAccount{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$CreateAccount = new CreateAccount(); $CreateAccount->init();
Код CreateAccount::init() CreateAccount::init WC 11.0.1
public function init() {
// This method is intentionally left blank.
}