Filter hook 'editor_stylesheets'

in WP Core File wp-includes/theme.php at line 2271

Description

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

Occurrences

Filename Line Number
wp-includes/theme.php 2271

Parameters

Type Name Description
string[] $stylesheets Array of URLs of stylesheets to be applied to the editor.

PHP Doc

/**
	 * 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.
	 */