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.


Top ↑

Source

File: wp-includes/theme.php

View on Trac


Top ↑

Changelog

Version Description
4.3.0 Introduced.