wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
has_action › WordPress Function
Seit2.5.0
Veraltetn/v
› has_action ( $hook_name, $callback = false, $priority = false )
| Parameter: (3) |
|
| Siehe: | |
| Gibt zurück: |
|
| Definiert in: |
|
| Codex: | |
| Changelog: |
|
Checks if any action 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.