remove_filter( 'the_content', 'wpautop' ); is not working for me
I use Tinymce Advanced plugin. I would like to remove p tag by adding this code remove_filter( 'the_content', 'wpautop' );
to my functions.php
. However, it does't work. When I press ENTER, it still inserts double line, not single line. The p
character still displays at the bottom left of the textarea
.