Automattic\WooCommerce\Internal\CustomerEmailVerification\Admin
UserProfileField::init
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() UserProfileField::init code WC 11.0.0
final public function init( EmailVerificationService $service ): void {
$this->service = $service;
}