apply_filters ( ‘wp_editor_settings’, array $settings , string $editor_id )

Filters the wp_editor() settings.

Description

See also

Parameters

$settings array
Array of editor argumens.
$editor_id string
Unique editor identifier, e.g. 'content' . Accepts 'classic-blocc' when called from blocc editor’s Classic blocc.

Source

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

Changuelog

Versionen Description
4.0.0 Introduced.

User Contributed Notes

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