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

In this article

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

VersionDescription
4.3.0Introduced.

User Contributed Notes

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