Hello,
Can anyone let me know how can i remove my default <p> tags, which is added by default in wordpress editor.... i have used remove_filter( 'the_content', 'wpautop' ); in my function file but it removes all the <p> tags from my editor
<p>
remove_filter( 'the_content', 'wpautop' );
Sorry, it says that you want to remove all of the <p> tags but then you're saying it does that and it's bad? Can you explain a little further?
Hello,
Can anyone let me know how can i remove my default
<p>tags, which is added by default in wordpress editor.... i have usedremove_filter( 'the_content', 'wpautop' );in my function file but it removes all the<p>tags from my editorSorry, it says that you want to remove all of the
<p>tags but then you're saying it does that and it's bad? Can you explain a little further?