wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
remove_action › WordPress Function
Seit1.2.0
Veraltetn/v
› remove_action ( $hook_name, $callback, $priority = 10 )
Parameter: (3) |
|
Gibt zurück: |
|
Definiert in: |
|
Codex: |
Removes a callback function from an action hook.
This can be used to remove default functions attached to a specific action hook and possibly replace them with a substitute. To remove a hook, the$callback
and $priority
arguments must match
when the hook was added. This goes for both filters and actions. No warning
will be given on removal failure.Ähnliche Funktionen: remove_all_actions, remove_accents, do_action, remove_allowed_options, current_action