Action: wu_transition_customer_email_verification
Fires when the email verification of a customer transitions from one value to another.
This hook is fired by BerlinDB when a database UPDATE changes the email_verification column for a customer row.
Parameters
| Name | Type | Description |
|---|---|---|
| $old_value | string | The previous email verification value. |
| $new_value | string | The new email verification value. |
| $item_id | int | The customer ID. |
Since
- 2.0.0
Source
Defined in inc/documentation/berlindb-dynamic-hooks.php at line 141