Order of add_filter on the_content?
-
Hi,
I have a couple of plugins that filter the content as such:
<?php add_filter( "the_content", "plugin_function_name" ) ?>
And I would like to know if there is a way to make sure one is executed before another one or as the first/last one.
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Order of add_filter on the_content?’ is closed to new replies.