wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



block_editor_settings_all › Filtr WordPress Hooks

Od5.8.0
Przestarzałyn/a
apply_filters( 'block_editor_settings_all', $editor_settings, $block_editor_context )
Parametry: (2)
  • (array) $editor_settings Default editor settings.
    Wymagane: Tak
  • (WP_Block_Editor_Context) $block_editor_context The current block editor context.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

$editor_settings = apply_filters( 'block_editor_settings_all', $editor_settings, $block_editor_context );