has_filter()
Function: Checks if any filter has been registered for a hook.
Source: wp-includes/plugin.php:281
Function: Checks if any filter has been registered for a hook.
Source: wp-includes/plugin.php:281
Function: Calls the callback functions that have been added to a filter hook.
Source: wp-includes/plugin.php:173
Function: Calls the callback functions that have been added to a filter hook, specifying arguments in an array.
Source: wp-includes/plugin.php:228
Function: Removes a callback function from a filter hook.
Source: wp-includes/plugin.php:313
Function: Removes all of the callback functions from a filter hook.
Source: wp-includes/plugin.php:341
Function: Retrieves the name of the current filter hook.
Source: wp-includes/plugin.php:364
Function: Retrieves the name of the current action hook.
Source: wp-includes/plugin.php:637
Function: Returns whether or not a filter hook is currently being processed.
Source: wp-includes/plugin.php:391
Function: Returns whether or not an action hook is currently being processed.
Source: wp-includes/plugin.php:661