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



user_can_richedit › WordPress过滤钩子

Since2.1.0
已弃用n/a
apply_filters( 'user_can_richedit', $wp_rich_edit )
参数:
  • (bool) $wp_rich_edit Whether the user can access the visual editor.
    Required: Yes
定义在:
文档:

Filters whether the user can access the visual editor.





源码

return apply_filters( 'user_can_richedit', $wp_rich_edit );