WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wpdocs_filter

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/plugin.php apply_filters 696 /**
* Retrieves the number of times an action has been fired during the current request.
*
* @since 2.1.0
*
* @global int[] $wp_actions Stores the number of times each action was triggered.
*
* @param string $hook_name The name of the action hook.
* @return int The number of times the action hook has been fired.
*/
wp-includes/plugin.php apply_filters_deprecated 699 /**
* Retrieves the number of times an action has been fired during the current request.
*
* @since 2.1.0
*
* @global int[] $wp_actions Stores the number of times each action was triggered.
*
* @param string $hook_name The name of the action hook.
* @return int The number of times the action hook has been fired.
*/

Hook Parameters

Parameter Type Name Description