the_content filter is no working
-
I have a plugin which changes content of post, its code is:
function test_display($azx) { echo 'chuj'; return '<u>'.$azx.'</u>'; } add_filter('the_content', 'test_display');
and on one post category it is working ok (print ‘chuj’ and dispay underlined content) and on other post category it only print ‘chuj’ and not changes contentent. Someone can tell me why the hell that is?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘the_content filter is no working’ is closed to new replies.