Returns whether or not an action hook is currently being processed.
Description
The function current_action() only returns the most recent action being executed.did_action() returns the number of times an action has been fired during the current request. This function allows detection for any action currently being executed (regardless of whether it's the most recent action to fire, in the case of hooks called from hook callbacks) to be verified.
Parameters
$hook_namestring|nulloptional
Action hook to check. Defaults to null, which checks if any action is currently being run.Default: null
Return
bool
Whether the action is currently in the stack.
Uses · 1
doing_filter()Returns whether or not a filter hook is currently being processed.
Signature, return type and hooks compared across 5 parsed releases.
About this page
Parsed data
Generated from the wordpress-develop 7.0.4 tag, from src/wp-includes/plugin.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
Corrections
Something wrong on this page? Report it and it gets fixed in the next regeneration.