• For years I’ve been using this plugin to stop WordPress from passing <p> tags to my code.

    https://en-ca.www.ads-software.com/plugins/disable-wpautop/

    This week, after migrating my website to a new server it seems to have stopped working.. I’ve tried various other plugins that do the same thing, nothing seems to fix the issue.

    Edit: Adding

    
    remove_filter( 'the_content', 'wpautop' );
    remove_filter( 'the_excerpt', 'wpautop' );
    

    to my functions.php file does not seem to fix the issue either.

    Any insight on things I could try?

    • This topic was modified 6 years, 10 months ago by bluedrag.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Disable WP auto formatting stopped working’ is closed to new replies.