Home Plugins just output
Just Output logo

Just Output

by ZIPANG on WordPress.org

WordPress automatically inserts p and br tags, but disables them in shortcodes.

(1)
Code edited with a text editor contains extra tags.

Code edited with a text editor contains extra tags.

When you enter the HTML code directly, the layout changes depending on the p and br tags that WordPress automatically inserts.

remove_filter( 'the_content', 'wpautop' );

It can be solved by adding the above code.
However, this will disable all auto-inserted p and br tags.
It is not user-friendly.

This plugin can be partially disabled.

Just enter the part you want to disable in the shortcode.

[jo]your HTML code[/jo]

The author of this plugin loves text editors.

Active installations200+
Weekly downloads
26-7.14%
Version0.9.7
Last updated4/8/2025
WordPress version4.8.9
Tested up to6.8.1
PHP version5.6.0
Tags
autobrdisableinsertp