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

Filters the wp_editor() settings.


Description Description

See also See also


Top ↑

Parameters Parameters

$settings

(array) Array of editor arguments.

$editor_id

(string) ID for the current editor instance.


Top ↑

Source Source

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

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.