kotlin-playground-wp-plugin icon indicating copy to clipboard operation
kotlin-playground-wp-plugin copied to clipboard

When active this plugin my website design breaks because of 3 lines

Open TouhidApps opened this issue 4 years ago • 0 comments

    // Remove autop in shortcode
     remove_filter('the_content', 'wpautop');
     add_filter('the_content', 'wpautop', 99);
     add_filter('the_content', 'shortcode_unautop', 100);

After commenting or removing these 3 lines of code, design looks normal.

TouhidApps avatar Oct 30 '20 11:10 TouhidApps