Remove auto formatting from my post meta
-
I’m looking for something along the lines of:
<?php remove_filter ('the_content', 'wpautop'); ?>
but only for my post’s custom fields, like:
<?php remove_filter ('the_meta', 'wpautop'); ?>
I would have thought this was a fairly common thing to want to do.
Any suggestions much appreciated.
Cheers!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Remove auto formatting from my post meta’ is closed to new replies.