apply_filters( 'editor_stylesheets', string[] $stylesheets )
Filters the array of URLs of stylesheets applied to the editor.
Parameters Parameters
- $stylesheets
-
(string[]) Array of URLs of stylesheets to be applied to the editor.
Source Source
File: wp-includes/theme.php
Changelog Changelog
Version | Description |
---|---|
4.3.0 | Introduced. |