Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author J-Ro

    (@j-ro)

    I can’t replicate this, but we do disable wpautop, that’s kind of how it works, so you get p tags and br tags.

    Thread Starter Steven Vachon

    (@prometh)

    We can still get <p> and <br> tags if you run wpautop after shortcodes are ran.

    Thread Starter Steven Vachon

    (@prometh)

    It was my fault — I had this in my functions.php:

    remove_filter('the_content', 'wpautop');
    add_filter('the_content', 'wpautop' , 99);
    add_filter('the_content', 'shortcode_unautop', 100);

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘wpautop completely disabled’ is closed to new replies.