Description
Filters the comma-delimited list of stylesheets to load in TinyMCE.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-editor.php | 598 |
Parameters
Type | Name | Description |
---|---|---|
string | $stylesheets | Comma-delimited list of stylesheets. |
PHP Doc
/**
* Filters the comma-delimited list of stylesheets to load in TinyMCE.
*
* @since 2.1.0
*
* @param string $stylesheets Comma-delimited list of stylesheets.
*/