Automattic\WooCommerce\Blocks\Domain\Services
CreateAccount::init
Init - register handlers for WooCommerce core email hooks.
Method of the class: CreateAccount{}
No Hooks.
Returns
null. Nothing (null).
Usage
$CreateAccount = new CreateAccount(); $CreateAccount->init();
CreateAccount::init() CreateAccount::init code WC 10.6.2
public function init() {
// This method is intentionally left blank.
}