the hook which defines the callback to run post-event.
Adds a hook to be executed after a hookable event is triggered.
the hook which defines the callback to run pre-event.
Adds a hook to be executed before a hookable event is triggered.
is passed as input for any event hooks.
the action to perform.
run pre-hooks, execute the action, run post hooks.
the hook which defines the callback to run post-event.