2020-05-02 / 2956阅 / 悠然
为自定义TinyMCE编辑器样式表添加回调。
参数$ stylesheet是样式表的名称,相对于主题根目录。它还接受样式表数组。它是可选的,默认为'editor-style.css'。
此函数自动添加另一个带有-rtl前缀的样式表,例如editor-style-rtl.css。如果该文件不存在,则在将样式表添加到TinyMCE之前将其删除。如果将样式表数组传递给add_editor_style(),则RTL为>
(array|string)
(Optional)
Stylesheet name or array thereof, relative to theme root. Defaults to 'editor-style.css'
Default value: 'editor-style.css'