How to Strip_Tags The_Content
-
Hello all,
I want to filter the_content to allow like <p> tags only but with code below
add_filter('the_content','strip_tags');
it strip all tags so how to allow <p>?
thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to Strip_Tags The_Content’ is closed to new replies.