apply_filters( 'wp_editor_settings', array $settings, string $editor_id )

Filters the wp_editor() settings.


Description

See also


Parameters

$settings

(array) Array of editor arguments.

$editor_id

(string) ID for the current editor instance.


Source

File: wp-includes/class-wp-editor.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.0.0 Introduced.