
Legacy versions of WordPress where the checkbox was removed.
💬
Dear and respected members of the WordPress community, especially those who still believe that “Code is Poetry” — believe it or not, there are people like me for whom this removed feature still matters.
This plugin restores the classic
“Disable the visual editor when writing”
checkbox to user profile settings.
It’s a clean, dependable tweak — made for those who prefer writing in plain text, without distraction, without visual clutter.
No extra settings. No noise. Just the option that once was.
Perfect for:
- writers who live in the HTML tab,
- developers who avoid visual editors,
- or anyone who simply misses that checkbox.
It works with both the Classic and Block editors,
and doesn’t require any additional plugins.
Just install, and enjoy the silence of plain text.
How It Works
- A checkbox labeled “Disable the visual editor when writing” is added to each user’s profile page.
- When checked, the plugin disables visual editing features and saves the preference (
rich_editing = false
). - Both TinyMCE and Gutenberg are bypassed — only the plain text editor is shown.
Additional behaviors (enabled by default):
- Prevents loading of unnecessary editor scripts and styles for users who opt out.
- Removes visual editor metaboxes when not needed.
- Displays a dismissible admin notice if visual editing is disabled but the plugin is no longer active.
Compatibility
- Works with both Classic and Block (Gutenberg) editors.
- Compatible with the Genesis Framework and most modern themes.
- Functions independently — does not require the Classic Editor plugin.
- Honors native WordPress capabilities like
user_can_richedit
anduse_block_editor_for_post
.