Automattic\WooCommerce\Blocks\BlockTypes\OrderConfirmation
CreateAccount::initialize
Initialize this block type.
Method of the class: CreateAccount{}
No Hooks.
Returns
null. Nothing (null).
Usage
// protected - for code of main (parent) or child class $result = $this->initialize();
CreateAccount::initialize() CreateAccount::initialize code WC 10.4.3
protected function initialize() {
parent::initialize();
if ( $this->is_feature_enabled() ) {
$this->initialize_hooks();
}
}