Automattic\WooCommerce\Blocks\BlockTypes\OrderConfirmation
CreateAccount::initialize
Initialize this block type.
Метод класса: CreateAccount{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->initialize();
Код CreateAccount::initialize() CreateAccount::initialize WC 10.8.1
protected function initialize() {
parent::initialize();
if ( $this->is_feature_enabled() ) {
$this->initialize_hooks();
}
}