wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



user_can_richedit › WordPress Filter Hooks

Seit2.1.0
Veraltetn/v
apply_filters( 'user_can_richedit', $wp_rich_edit )
Parameter:
  • (bool) $wp_rich_edit Whether the user can access the visual editor.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether the user can access the visual editor.





Quellcode

return apply_filters( 'user_can_richedit', $wp_rich_edit );