Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to use remove_filter?


John James Jacoby
Keymaster

@johnjamesjacoby

You need to use the same tag and priority that original add_filter used. Basically just copy and replace the line of code where the filter is originally added, and change “add” to “remove”

If you have a filter you’re trying to remove and can’t find where it’s added, ask here and one of us can chime in.

Skip to toolbar