WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about editor_stylesheets

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/theme.php apply_filters 2195 /**
* 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.
*/

Hook Parameters

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