wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



mce_css › WordPress Filter Hooks

Seit2.1.0
Veraltetn/v
apply_filters( 'mce_css', $mce_css )
Parameter:
  • (string) $stylesheets Comma-delimited list of stylesheets.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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