WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about mce_css

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-editor.php apply_filters 590 /**
* Filters the comma-delimited list of stylesheets to load in TinyMCE.
*
* @since 2.1.0
*
* @param string $stylesheets Comma-delimited list of stylesheets.
*/

Hook Parameters

Parameter Type Name Description
string $stylesheets Comma-delimited list of stylesheets.