block_editor_settings_all

最后更新于:2021-11-25 21:52:20

apply_filters( ‘block_editor_settings_all’, array $editor_settings, GC_Block_Editor_Context $block_editor_context )

Filters the settings to pass to the block editor for all editor type.

参数

$editor_settings

(array)
Default editor settings.

$block_editor_context

(GC_Block_Editor_Context)
The current block editor context.

源文件

文件: gc-includes/block-editor.php

View on Trac