=== Remove Editor Empty P Tag === Contributors: bhargavDholariya Tags:wpautop, editor, Page editer post editer, excerpt, Formatting, post content, page content remove p tag remove br tag Requires at least: 3.1 Tested up to: 4.8.2 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This plugin remove extra p and br tags from the_content and the_excerpt. == Description == This is very simple plugin to remove extra p and br tags in post and page editer This plugin remove extra p and br tags from the_content, the_excerpt and widget_text_content. == Installation == To install "empty p tag" using the built-in plugin installer: 1. Go to Plugins > Add New. 2. Type in "remove empty p tag" in Search Plugins. 3. find the "remove empty p tag Plugin" in the list. 4. Click Install Now to install the WordPress Plugin. == Frequently Asked Questions == = How do Plugin turn off automatic p, br for a post? = After plugin activation, WordPress will no longer attempt to add `
` and `
` tags to your posts.
you will be responsible for adding '
' tag and '
' tag these yourself.
This plugin is remove emply and extra '
' tag and '
' tag
== Changelog ==
= 1.0 =
* Initial release.