W3cubDocs

/WordPress

apply_filters( ‘editor_stylesheets’, string[] $stylesheets )

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

Parameters

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

Source

return apply_filters( 'editor_stylesheets', $stylesheets );

Changelog

Version Description
4.3.0 Introduced.

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