wordpress / latest / hooks / editor_stylesheets.html

apply_filters( 'editor_stylesheets', string[] $stylesheets )

Filters the array of URLs of stylesheets applied to the editor.

Parameters

$stylesheets string[]
Array of URLs of stylesheets to be applied to the editor.

Source

File: wp-includes/theme.php. View all references

return apply_filters( 'editor_stylesheets', $stylesheets );

Used By

Used By Description

Changelog

Version Description
4.3.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/editor_stylesheets