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