wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_editor_settings › WordPress Filter Hooks

Since4.0.0
Deprecatedn/a
apply_filters( 'wp_editor_settings', $settings, $editor_id )
Parameters: (2)
  • (array) $settings Array of editor arguments.
    Required: Yes
  • (string) $editor_id Unique editor identifier, e.g. 'content'. Accepts 'classic-block' when called from block editor's Classic block.
    Required: Yes
Defined at:
Codex:

Filters the wp_editor() settings.





Source

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