Filters not working on search results pages (the_content etc.)
-
I’m trying to add filters on search results pages (where the URL is for instance ?s=test&x=31&y=17). For instance
add_filter('the_content', 'content_filter'); add_filter('wp_title', 'title_filter'); add_filter('the_title', 'title_filter');
On Page pages, these filters work fine. On search results pages, they don’t have any effect.
I’m also adding actions, but those do not. Filters however do not. Why might filters be failing on search results pages, while actions still work?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Filters not working on search results pages (the_content etc.)’ is closed to new replies.