Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/designers-developers/developers/filters/editor-filters.md
Co-Authored-By: draganescu <[email protected]>
  • Loading branch information
gziolo and draganescu committed May 21, 2019
commit 18a226ce75af2b12f579733d75f877e45d2aa5bd
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The filter will send any setting to the initialized Editor, which means any edit
#### `richEditingEnabled`
If it is `true` the user can edit the content using the Visual Editor.

It is set by default by the WordPress function [`user_can_richedit`](https://developer.wordpress.org/reference/functions/user_can_richedit/). This function checks if the user can access the visual editor and that it’s supported by the user’s browser.
It is set by default to the return value of the [`user_can_richedit`](https://developer.wordpress.org/reference/functions/user_can_richedit/) function. It checks if the user can access the Visual Editor and whether it’s supported by the user’s browser.


#### `codeEditingEnabled`
Expand Down