Automattic\WooCommerce\Blocks\Domain\Services

CreateAccount::initpublicWC 1.0

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() code WC 10.6.2

public function init() {
	// This method is intentionally left blank.
}