wpseek.com
A WordPress-centric search engine for devs and theme authors
remove_action › WordPress Function
Since1.2.0
Deprecatedn/a
› remove_action ( $tag, $function_to_remove, $priority = 10 )
Parameters: (3) |
|
Returns: |
|
Defined at: |
|
Codex: |
Removes a function from a specified action hook.
This function removes a function attached to a specified action hook. This method can be used to remove default functions attached to a specific filter hook and possibly replace them with a substitute.Related Functions: remove_all_actions, remove_accents, do_action, remove_allowed_options, current_action