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



wp_editor_settings › WordPress Filter Hooks

Seit4.0.0
Veraltetn/v
apply_filters( 'wp_editor_settings', $settings, $editor_id )
Parameter: (2)
  • (array) $settings Array of editor arguments.
    Erforderlich: Ja
  • (string) $editor_id Unique editor identifier, e.g. 'content'. Accepts 'classic-block' when called from block editor's Classic block.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the wp_editor() settings.





Quellcode

$settings = apply_filters( 'wp_editor_settings', $settings, $editor_id );