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