Codex tools: Log in / create account
Contents |
This function removes a function attached to a specified filter hook. This method can be used to remove default functions attached to a specific filter hook and possibly replace them with a substitute. See also remove_action(), add_filter() and add_action().
Important: To remove a hook, the $function_to_remove 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.
Since: 1.2.0
remove_filter() is located in wp-includes/plugin.php.
Filters: add_filter, has_filters, apply_filters, remove_filter, remove_all_filters, current_filter, merge_filters