user_can_richedit

user_can_richedit

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('user_can_richedit') is found 1 times:

  • /wp-includes/general-template.php line 3756
    	 * @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 two editors to display as the current editor for a
    

See this hook used in plugins: