Automattic\WooCommerce\Internal\CustomerEmailVerification\Admin

UserProfileField::initpublicWC 1.0

Inject dependencies.

Method of the class: UserProfileField{}

No Hooks.

Returns

null. Nothing (null).

Usage

$UserProfileField = new UserProfileField();
$UserProfileField->init( $service ): void;
$service(EmailVerificationService) (required)
Verification service.

UserProfileField::init() code WC 11.0.0

final public function init( EmailVerificationService $service ): void {
	$this->service = $service;
}