How to apply a filter to the entire page?
-
I’m having the following filters in a plugin:
add_filter(‘the_content’, ‘myfunction’, 10);
add_filter(‘the_excerpt’, ‘myfunction’, 10);Now I want to add an option in the plugin to apply a filter to the entire page, so that the content of the sidebar, header, footer, etc. can be modified by the plugin as well.
Any idea how to implement?Thanks in advance,
Michael
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘How to apply a filter to the entire page?’ is closed to new replies.