wp_default_editor

过滤钩子
apply_filters( 'wp_default_editor', $r )
参数
  • (string) $r Which editor should be displayed by default. Either 'tinymce', 'html', or 'test'.
    Required:
定义位置
相关勾子
wp_enqueue_editorwp_default_stylesprint_default_editor_scriptsdefault_feedwp_default_scripts
相关方法
wp_default_editorwp_default_styleswp_enqueue_editorwp_default_packages_vendorwp_image_editorwp_editor
引入
2.5.0
弃用
-

wp_default_editor:此函数设置 WordPress 的默认编辑器。WordPress 平台通常使用它来确定使用哪个编辑器来编写和编辑文章和页面。

筛选出默认显示的编辑器。

return apply_filters( 'wp_default_editor', $r );

常见问题

FAQs
查看更多 >