W3cubDocs

/WordPress

apply_filters( ‘user_can_richedit’, bool $wp_rich_edit )

Filters whether the user can access the visual editor.

Parameters

$wp_rich_editbool
Whether the user can access the visual editor.

Source

return apply_filters( 'user_can_richedit', $wp_rich_edit );

Changelog

Version Description
2.1.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/user_can_richedit