رفتن به محتوا
WordPress.org

فارسی

  • پوسته‌ها
  • افزونه‌ها
  • اخبار
  • پشتیبانی
  • درباره
  • تیم وردپرس فارسی
  • دریافت وردپرس
دریافت وردپرس
WordPress.org

Plugin Directory

Classic Visual Editor Options

  • ثبت یک افزونه
  • علاقه‌مندی‌های من
  • ورود
  • ثبت یک افزونه
  • علاقه‌مندی‌های من
  • ورود

Classic Visual Editor Options

توسط DVeb
دانلود
  • جزئیات
  • نقد و بررسی‌ها
  • نصب
  • توسعه
پشتیبانی

توضیحات

💬
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
“Visual Editor Options”
section to the user profile screen.

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

  1. A checkbox labeled “Disable the visual editor when writing” is added to each user’s profile page.
  2. When checked, the plugin disables visual editing features and saves the preference (rich_editing = false).
  3. 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 and use_block_editor_for_post.

Translations

This plugin is translation-ready.
Currently available in:

  • Japanese (thanks to @kimipooh)

If you would like to contribute a translation, please visit:
https://translate.wordpress.org/projects/wp-plugins/classic-visual-editor-options/

عکس‌های صفحه

  • Legacy versions of WordPress where the checkbox was removed.
  • The restored checkbox — default state (unchecked).
  • The restored checkbox — active (checked), visual editor disabled.

نصب

  1. Upload the plugin to /wp-content/plugins/ or install it directly via Plugins > Add New.
  2. Activate the plugin.
  3. Go to Users > Your Profile, check “Disable the visual editor when writing”, and save changes.
  4. Done. The editor will now default to plain text for that user.

سوالات متداول

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.

Is it safe to use with other editor-related plugins?

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.

نقد و بررسی‌ها

Perfect!!

Daffydd57 6 نوامبر 2025 1 پاسخ
Why the WP devs would think it was okay to remove the “Disable Visual Editor” option in a user’s profile is beyond idiotic. This plug in puts it back. That’s all it does – no other bloat or extra code – clean and simple. THANK YOU!!!

Great plugin!

kimipooh 5 سپتامبر 2025 1 پاسخ
Thank you for providing such a great plugin!I translated the main part into Japanese \^^/;. When entering code in the classic editor, the forced substitution function would sometimes be activated in the visual editor, so this feature was very useful. I agree with Gutenbeng’s philosophy, but it’s a shame that the option for a simpler editor is disappearing.

Brilliant plugin – Thank you!

mikemacd 1 سپتامبر 2025 4 پاسخ
I would like to mirror what vizons said in his review. Like vizons, I am also not a fan of wysiwyg editors and I also like having full control over how I write. WordPress used to leave the edit-mode in either visual or text mode – which ever you were using last – so that if you were editing in text mode, the site stayed in text mode. Then they changed it so that if defaulted to opening visual mode on every edit, which is when I changed my user profile to have the visual mode disabled. Now they disabled that option which I only discovered today when adding a new user to a site. WordPress – why force me to edit in a mode I don’t like? Happily I found the Classic Visual Editor Options plugin in a comment from the author on Reddit thread. Super! Thank you SO much for producing this lightweight, problem-solving tool. It solves the problem perfectly!

Thank you so much for CLASSIC VISUAL EDITOR OPTIONS PLUGIN!!!

vizons 26 ژوئن 2025 1 پاسخ
I was completely distraught yesterday to find that every time I saved my post in classic editor that it kept saving it in visual mode. I use a Mac and write all my posts in textedit plain text mode so I can style it with css and then paste all of my writing/code into the classic editor. I was deeply depressed yesterday about the fact that the WordPress developer team decided to remove the text/code saving capability. The way they downgraded this option is completely backwards because for people like me who never had the “disable visual editor when writing” in user profile checked, it causes major issues when writing and saving in text/code mode. I never had that option checked before they completely removed it because the classic editor always worked the way I like to use it which is stay in text/code mode when writing and saving my posts. As you said in the post on your website about restoring the freedom of choice concerning the classic editor, they took away our freedom to use classic editor according to our preferences. I am NOT a fan of wysiwyg editors. I like having full control over what I create. Thank you many, many times over for creating this plugin. When I found it this morning, it was like the sun came out from a dark, dismal day!!!!!
خواندن تمامی 4 نقد و بررسی‌

توسعه دهندگان و همکاران

“Classic Visual Editor Options” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان
  • DVeb

“Classic Visual Editor Options” به 1 زبان ترجمه شده است. با تشکر از مترجمین برای همکاری و کمک‌هایشان.

ترجمه “Classic Visual Editor Options” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

گزارش تغییرات

1.0.2

  • Updated “Tested up to” to WordPress 6.9.
  • Prefixed a global variable to meet WordPress PHPCS standards.
  • Added a minor security hardening check for $_SERVER['PHP_SELF'].
  • General maintenance and compatibility updates.

1.0.1

  • Added Japanese translation credit (@kimipooh)
  • Readme updates

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.

اطلاعات

  • نگارش 1.0.2
  • Last updated 4 ماه پیش
  • نصب‌های فعال 500+
  • نگارش وردپرس 5.0 یا بالاتر
  • Tested up to 6.9.4
  • نگارش PHP 7.4 یا بالاتر
  • زبان‌ها

    English (US) و Japanese.

    به زبان خودتان ترجمه کنید

  • Tags
    classic editordisable editorplain textuser profilevisual editor
  • نمایش پیشرفته

امتیازها

5 از 5 ستاره.
  • امتیاز 4 5-ستاره 5 ستاره 4
  • امتیاز 0 4-ستاره 4 ستاره 0
  • امتیاز 0 3-ستاره 3 ستاره 0
  • امتیاز 0 2-ستاره 2 ستاره 0
  • امتیاز 0 1-ستاره 1 ستاره 0

افزودن ارزیابی من

مشاهده همه بررسی‌ها

مشارکت کنندگان

  • DVeb

پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

مشاهده انجمن پشتیبانی

  • درباره ما
  • اخبار
  • میزبانی
  • حریم خصوصی
  • ویترین
  • پوسته‌ها
  • افزونه‌ها
  • الگوها
  • یادگیری
  • پشتیبانی
  • توسعه‌دهندگان
  • WordPress.tv ↖
  • مشارکت کنید
  • رویدادها
  • حمایت ↖
  • پنج برای آینده
  • WordPress.com ↖
  • مت ↖
  • بی‌بی‌پرس ↖
  • بادی‌پرس ↖
WordPress.org
WordPress.org

فارسی

  • از حساب کاربری X (تویتر سابق) ما بازدید کنید
  • بازدید از حساب کاربری ما در بلواسکای
  • بازدید از حساب کاربری ما در ماستودون
  • بازدید از حساب کاربری ما در تردز
  • صفحه ی فیسبوک ما را ببینید
  • بازدید از حساب کاربری ما در اینستاگرام
  • بازدید از حساب کاربری ما در LinkedIn
  • بازدید از حساب کاربری ما در تیک‌تاک
  • کانال یوتیوب ما را ببینید
  • بازدید از حساب کاربری ما در تامبلر
کد شعر است.
The WordPress® trademark is the intellectual property of the WordPress Foundation.