Filter hook 'wp_editor_settings'

in WP Core File wp-includes/class-wp-editor.php at line 83

Description

Filters the wp_editor() settings.

Occurrences

Filename Line Number
wp-includes/class-wp-editor.php 83
wp-includes/script-loader.php 523

Parameters

Type Name Description
array $settings Array of editor arguments.
string $editor_id Unique editor identifier, e.g. 'content'. Accepts 'classic-block' when called from block editor's Classic block.

PHP Doc

/**
		 * Filters the wp_editor() settings.
		 *
		 * @since 4.0.0
		 *
		 * @see _WP_Editors::parse_settings()
		 *
		 * @param array  $settings  Array of editor arguments.
		 * @param string $editor_id Unique editor identifier, e.g. 'content'. Accepts 'classic-block'
		 *                          when called from block editor's Classic block.
		 */