Filters the array of URLs of stylesheets applied to the editor.
$stylesheetsstring[]wp-includes/theme.php:2274get_editor_stylesheets() * Filters the array of URLs of stylesheets applied to the editor. * * @since 4.3.0 * * @param string[] $stylesheets Array of URLs of stylesheets to be applied to the editor. */ return apply_filters( 'editor_stylesheets', $stylesheets );} /** * Expands a theme's starter content configuration using core-provided data. * * @since 4.7.0Introduced in 4.3.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.