wpseek.com
A WordPress-centric search engine for devs and theme authors
has_filter › WordPress Function
Since2.5.0
Deprecatedn/a
› has_filter ( $hook_name, $callback = false )
| Parameters: (2) |
|
| Returns: |
|
| Defined at: |
|
| Codex: |
Checks if any filter has been registered for a hook.
When using the$callback argument, this function may return a non-boolean value
that evaluates to false (e.g. 0), so use the === operator for testing the return value.