Possible to remove auto p (wpautop) in Types fields?
-
I’m using :
remove_filter('the_content', 'wpautop');
to stop p and br tags appearing in the content. However, they are still appearing in custom fields created by Types. I have tried to prevent this happening with this:
remove_filter('types_render_field', 'wpautop');
But it has no effect. What is the correct way to prevent Types custom fields auto adding p and br tags?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Possible to remove auto p (wpautop) in Types fields?’ is closed to new replies.