Disabling wpautop() – WordPress Editor
Disabling wpautop()
To disable wpautop(), just add this code to your theme’s functions.php file:
//disable wpautop filter
remove_filter ('the_content', 'wpautop');
No related posts.
//disable wpautop filter
remove_filter ('the_content', 'wpautop');
No related posts.

Leave a Reply
Want to join the discussion?Feel free to contribute!