wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



mce_css › WordPress Filter Hooks

Da2.1.0
Deprecaton/a
apply_filters( 'mce_css', $mce_css )
Parametri:
  • (string) $stylesheets Comma-delimited list of stylesheets.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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