wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.
doing_filter › WordPress Function
Od3.9.0
Przestarzałyn/a
› doing_filter ( $filter = null )
Parametry: |
|
Zobacz: | |
Powrót: |
|
Zdefiniowane na: |
|
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.