wpseek.com
A WordPress-centric search engine for devs and theme authors



editor_stylesheets › WordPress Filter Hooks

Since4.3.0
Deprecatedn/a
apply_filters( 'editor_stylesheets', $stylesheets )
Parameters:
  • () stylesheets Array of URLs of stylesheets to be applied to the editor.
    Required: Yes
Defined at:
Codex:

Filters the array of URLs of stylesheets applied to the editor.





Source

return apply_filters( 'editor_stylesheets', $stylesheets );