wpseek.com
A WordPress-centric search engine for devs and theme authors
doing_filter › WordPress Function
Since3.9.0
Deprecatedn/a
› doing_filter ( $filter = null )
Parameters: |
|
See: | |
Returns: |
|
Defined at: |
|
Codex: |
Retrieve the name of a filter currently being processed.
The function current_filter() only returns the most recent filter or action being executed. did_action() returns true once the action is initially processed.
This function allows detection for any filter currently being executed (despite not being the most recent filter to fire, in the case of hooks called from hook callbacks) to be verified.