On this page
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
File: wp-includes/theme.php. View all references
return apply_filters( 'editor_stylesheets', $stylesheets );
Related
Used By
| Used By | Description |
|---|---|
| get_editor_stylesheets() wp-includes/theme.php | Retrieves any registered editor stylesheet URLs. |
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