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



wp_default_editor › WordPress过滤钩子

Since2.5.0
已弃用n/a
apply_filters( 'wp_default_editor', $r )
参数:
  • (string) $r Which editor should be displayed by default. Either 'tinymce', 'html', or 'test'.
    Required: Yes
定义在:
文档:

Filters which editor should be displayed by default.





源码

return apply_filters( 'wp_default_editor', $r );