Filters whether the user can access the visual editor.
$wp_rich_editboolwp-includes/general-template.php:3930user_can_richedit() * Filters whether the user can access the visual editor. * * @since 2.1.0 * * @param bool $wp_rich_edit Whether the user can access the visual editor. */ return apply_filters( 'user_can_richedit', $wp_rich_edit );} /** * Finds out which editor should be displayed by default. * * Works out which of the editors to display as the current editor for aIntroduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.