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. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.