wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes
doing_filter › WordPress Function
Depuis3.9.0
Dépréciéen/a
› doing_filter ( $filter = null )
Paramètres: |
|
Voir: | |
Retourne: |
|
Défini(e) dans: |
|
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.