wpseek.com
A WordPress-centric search engine for devs and theme authors



mce_css › WordPress Filter Hooks

Since2.1.0
Deprecatedn/a
apply_filters( 'mce_css', $mce_css )
Parameters:
  • (string) $stylesheets Comma-delimited list of stylesheets.
    Required: Yes
Defined at:
Codex:

Filters the comma-delimited list of stylesheets to load in TinyMCE.





Source

$mce_css = trim( apply_filters( 'mce_css', $mce_css ), ' ,' );