Przejdź do głównej zawartości

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

NameTypeDescription
$old_valueintThe previous author id value.
$new_valueintThe new author id value.
$item_idintThe event ID.

Since

  • 2.0.0

Source

Defined in inc/documentation/berlindb-dynamic-hooks.php at line 702