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