Just Output
WordPress automatically inserts p and br tags, but disables them in shortcodes.
The facts
- Rating
- 5★ from 1
- Active installs
- 100+
- Price
- Free
- Last updated
- 22 Aug 2026
- Added
- Jan 2021
- Requires WP
- 4.8.9
- Tested up to
- WP 7.1
- Requires PHP
- 5.6.0
- Downloads
- 4,684
Our analysis
AI-assistedJust Output is a WordPress plugin that allows you to control the automatic insertion of paragraph and line break tags in your HTML code. By using a shortcode, you can selectively disable these tags for specific sections of your content, providing more precise control over layout. This plugin is suitable for users who prefer to work directly with HTML and require specific formatting without interference from WordPress's automatic formatting features.
The plugin is free to use and is designed for those who find the default behaviour of WordPress's formatting to be limiting or unhelpful. It is particularly useful for developers or content creators who want to maintain control over their HTML output without the automatic adjustments made by WordPress.
Best for: This plugin suits developers and content creators who need precise control over HTML formatting in WordPress.
What it does well
- ✓Allows selective disabling of p and br tags
- ✓User-friendly shortcode for specific HTML sections
- ✓Free to use from the WordPress.org directory
- ✓Designed for users who prefer working with HTML
- ✓Supports PHP version 5.6.0 and above
Where it falls short
- •Limited information on additional features
- •Only one rating available
Verdict
Just Output provides a straightforward solution for managing HTML output in WordPress, making it a practical choice for users who require specific formatting control.
From the developer
ZIPANG's own description of Just Output, lightly tidied.
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.