apply_filters( 'user_can_richedit', bool $wp_rich_edit )

Filters whether the user can access the visual editor.


Description


Parameters

$wp_rich_edit

(bool) Whether the user can access the visual editor.


Top ↑

Source

File: wp-includes/general-template.php

View on Trac


Top ↑

Changelog

Version Description
2.1.0 Introduced.