plugin-icon

Just Output

作者 ZIPANG·
WordPress automatically inserts p and br tags, but disables them in shortcodes.
評價
5
版本
0.9.7
活躍安裝總數
100
最近更新:
Apr 8, 2025

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.

目前已測試版本
WordPress 6.8.5
此外掛程式已可供下載,並可用於你 系統。