Content filter hook
-
I am a plugin developer and i want to run my filter over the wpforo post content
Doing this:
add_filter( 'the_content', 'my_filter_function' );
does not work.Is there a specific filter hook in place of ‘the_content’ for the wpforo post content i should use?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Content filter hook’ is closed to new replies.