Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

i can not disable “wp_autop”

$
0
0

Replies: 0

I have enabled classic editor, gutenber is not installed and this code is added to functions.php

remove_filter( 'the_content', 'wpautop' );
remove_filter( 'the_content', 'wp_autop' );
remove_filter( 'the_content', 'shortcode_autop' );
add_filter( 'the_content', 'shortcode_unautop', 100 );

“wpautop” not work
“wp_autop” either

The “autop” is broking a shortcode from my plugin and other plugins.

how disable “autop”?


Viewing all articles
Browse latest Browse all 59525

Trending Articles