Filter Hook Priorities

eeb/settings/get_hook_priorities

Description:
Filter the hook priorities that are set by default for certain WordPress actions.

Parameter Type Description
$return array|int An array of all availabble priorities or a integer with the priority of the given webhook
$default bool True if the default priority is given.
$single string Wether a single hook is requested, or all.
return apply_filters( 'eeb/settings/get_hook_priorities', $return, $default, $single );
Updated on September 25, 2019

Was this article helpful?

Related Articles