Stop WordPress automatically adding tags to post content
The answer by shea is not ideal as in many cases: You don’t want to strip everything from <br>, <p> etc. You want it as a default behavior for your WP visual composer which the above code will delete In many cases it is considered as “hacking the core” as this is changing the default … Read more