wpseek.com
WordPress开发者和主题制作者的搜索引擎



mce_css › WordPress过滤钩子

Since2.1.0
已弃用n/a
apply_filters( 'mce_css', $mce_css )
参数:
  • (string) $stylesheets Comma-delimited list of stylesheets.
    Required: Yes
定义在:
文档:

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





源码

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