Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/general-template.php | apply_filters | 3757 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
bool | $wp_rich_edit | Whether the user can access the visual editor. |