generate_show_block_editor_styles

generate_show_block_editor_styles

The generate_show_block_editor_styles allows you to remove all front-end styles, including colors, typography, in the block editor to make it easier to edit in certain cases and color schemes.

To remove the front-end styles, add this PHP snippet:

add_filter( 'generate_show_block_editor_styles', '__return_false' );

發表回覆

您的郵箱地址不會被公開。 必填項已用 * 標註