apply_filters( 'wp_editor_settings', array $settings , string $editor_id )
Filters the wp_editor() settings.
Description
See also
_WP_Editors()::parse_settings()
Parameters
- $settings
-
Array of editor arguments.
- $editor_id
-
ID for the current editor instance.
Source
Changelog
Version | Description |
---|---|
WP-4.0.0 | Introduced. |