wp_should_load_block_editor_scripts_and_styles

函数
wp_should_load_block_editor_scripts_and_styles ( No parameters )

wp_should_load_block_editor_scripts_and_styles是一个函数,用于确定是否应该在一个给定的页面上加载WordPress区块编辑器(Gutenberg)的脚本和样式。

检查所有已注册区块类型的编辑器脚本和样式是否应在当前屏幕上排队。

function wp_should_load_block_editor_scripts_and_styles() {
	global $current_screen;

	$is_block_editor_screen = ( $current_screen instanceof WP_Screen ) && $current_screen->is_block_editor();

	/**
	 * Filters the flag that decides whether or not block editor scripts and styles
	 * are going to be enqueued on the current screen.
	 *
	 * @since 5.6.0
	 *
	 * @param bool $is_block_editor_screen Current value of the flag.
	 */
	return apply_filters( 'should_load_block_editor_scripts_and_styles', $is_block_editor_screen );
}

常见问题

FAQs
查看更多 >
闪电侠

(工作日 10:00 - 18:30 为您服务)

2025-12-05 14:32:54

您好,无论是售前、售后、意见建议……均可通过联系工单与我们取得联系。

您也可选择聊天工具与我们即时沟通或点击查看:

您的工单我们已经收到,我们将会尽快跟您联系!
取消
选择聊天工具: