Description
💬
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
.
Screenshots
Installation
- Upload the plugin to
/wp-content/plugins/
or install it directly via Plugins > Add New. - Activate the plugin.
- Go to Users > Your Profile, check “Disable the visual editor when writing”, and save changes.
- Done. The editor will now default to plain text for that user.
FAQ
-
Does this really disable Gutenberg?
-
Yes — for users who disable the visual editor. The plugin uses native filters to bypass both Gutenberg and TinyMCE.
-
What about other users on the site?
-
Nothing changes for them unless they also choose to disable the visual editor in their profile.
-
Do I need the Classic Editor plugin installed?
-
No. This plugin works entirely on its own.
-
Yes — as long as those plugins respect WordPress coding standards and core filters.
-
Is this plugin actively maintained?
-
Yes — by a developer who still writes in HTML mode.
Reviews
Contributors & Developers
“Classic Visual Editor Options” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Classic Visual Editor Options” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release.
- Plugin was originally submitted as “Restore Visual Editor Options.”
- Renamed to Classic Visual Editor Options for clarity and naming consistency.