wpseek.com
A WordPress-centric search engine for devs and theme authors



user_can_richedit › WordPress Filter Hooks

Since2.1.0
Deprecatedn/a
apply_filters( 'user_can_richedit', $wp_rich_edit )
Parameters:
  • (bool) $wp_rich_edit Whether the user can access the visual editor.
    Required: Yes
Defined at:
Codex:

Filters whether the user can access the visual editor.





Source

return apply_filters( 'user_can_richedit', $wp_rich_edit );