wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



block_editor_settings › WordPress Filter Hooks

Seit5.0.0
VeraltetUse the {@see 'block_editor_settings_all'} filter instead.
$editor_settings = apply_filters_deprecated( 'block_editor_settings', array( $editor_settings, $post ), '5.8.0', 'block_editor_settings_all' );
Parameter: (2)
  • () editor_settings Default editor settings.
    Erforderlich: Ja
  • () post Post being edited.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the settings to pass to the block editor.





Quellcode

$editor_settings = apply_filters_deprecated( 'block_editor_settings', array( $editor_settings, $post ), '5.8.0', 'block_editor_settings_all' );