yes, this is possible by creating a new function because thank to wordpress function activate_plugin() that can be used to activate the classic editor plugin for specific users
// Define the usernames of the users who should have the Classic Editor
enabled
$CE_users = array('user1', 'user2');
// Check if the current user is logged in and their username is in the array
of CE users
if (is_user_logged_in() && in_array($current_user->user_login, $CE_users)) {
// Activate the Classic Editor plugin
activate_plugin('classic-editor/classic-editor.php');
}
Add this code into Your theme functions.php file of your child theme and see it’s working or not
Related Posts:
- How to view Plugin Manager in Notepad++
- Is there a plugin that provides a stackoverflow style editor for wordpress? [closed]
- How to add “Stick this post to the front page” to front end?
- Get a button for in the Editor
- How to enable edit button in the theme’s customize UI?
- Drag-and-drop “Panels”-style visual layout editor?
- use WordPress theme / plugin editor in my plugin
- Disable text tab on WordPress text-editor
- Give editors access to particular plugin – turn “admin.php” into “edit.php”
- How can I get the post content displayed in a text field that allows to edit posts?
- CKEditor: Uncaught TypeError: switchEditors.switchto is not a functiononclick
- Is there a plugin to insert pre-defined link into editor?
- How do you remove plugin edit option?
- Support for simultaneous editing
- Advanced Custom Fields plugin – get text from editor field and save it in a variable
- Category’s Description field as editor remove tag
- Set featured image using javascript in post editor
- Why is WPBakery Page Builder backend editor not clickable? [closed]
- Delete mobile menu button [closed]
- Trouble adding tiny mce to textarea in custom plugin
- How to add custom table style for table block in gutenberg editor
- Disable Plugin with one button
- Is there a maximum length to a WordPress Page?
- How to add fields in the WordPress editor?
- Access post title from custom meta box on title change
- How to add HTML5 required on wp_editor
- Show WordPress Plugin Menu(Admin) To Editor
- Plugin permissions for Editor role
- Role based permission edit for plugins
- Edit part of a post
- Is there a syntax highlighting plugin for HTML View? [duplicate]
- Plugin for visitors to edit content without logging in? [closed]
- How to permanently show Word Counter on Create/Edit Page. WordPress5.9.3
- Is classical wordpress eidtor a good option for me to include a large table with a large number of images on my webpage?
- how i retreive the post content while editing it in real time however the editor is tinymce or gutenberg
- Images are broken in Wysiwyg Editor – ACF backend
- Failed to load resource: the server responded with a status of 500 () post.php
- How to allow editors to only edit certain categories?
- Better code/text editing for posts and pages?
- Filter html of WordPress editor in visual mode only
- Editor have not permissions for a plugin
- Working on fixing wp-front-end-editor, encountering undefined index
- Check if post was modified by editor different than post author
- How can I replace the built in WordPress editor?
- “Add Media” button in custom plugin
- Disabled plugins are they security holes – rumor or reality?
- Looking for a Table of Contents (TOC) plugin for WordPress
- Customize plugin update “new version is available” text
- Core framework/helpers for logging stuff?
- Disable Specific Widgets on Selected Pages of a WordPress Website?
- How to handel multiple checkbox field in the admin settings page with Settings API
- Are orders of magnitude used for “Active Installs”?
- To remove plugin notices for non-admin users
- Files being generated in multiple directories supposedly by WordPress (advanced_settings.php and common_config.php)
- Is there a plugin that allows a user of your site to get an email from you with an attachment?
- An old plugin self-made stoped sending mail
- Is there a plugin that makes extnernal links open in new window, BUT [closed]
- Is there a neater way to do this?
- plugings request url is the old url
- Unable to activate wordpress importer after installing it
- Trying to count the total number of paragraphs inside a blog article
- Saving Custom Post types and fields to a custom table
- How to Create a Custom Plugin Permalink
- Loading jQuery UI in the head
- How to delete page by deactivating plugin
- Magic Fields gives error File ___ doesn’t exist?
- Adding (image) caching to my Tumblr widget
- do_action Nested List
- Where should custom post types be registered in a plugin?
- plugin uninstall function drop the tables, but shows errors on admin
- How to use template inside plugin shortcode with variables for big HTML code
- Woocommerce – WordPress Roles & Capabilities
- Changing location of “About me” section
- Showing the results of a search (made through a 3rd party search provider) inside an article
- Do rewrites added with add_rewrite_rule() persist after plugin deletion?
- wp_mail – using a custom field value
- WP e-Commerce Gold Cart with Plugin Built Into Theme
- How to add a custom form to a plugin’s setting page
- Edit all $wp_scripts at once to $in_footer = false
- Upload Javascript and json webpage to wordpress
- woocommerce – adding wrapper around custom made woocommerce form fields
- Create multiple posts when a custom post is created
- Different theme menu
- How can i redirect a register user to pay a specific amount before he or she have access to loggin to the dashboard?
- How to Upload images to a custom folder in upload folder using media uploader
- deactivate WPBakery Page Builder license [closed]
- Updates Hidden on Dashboard
- submit form data to wordpress existing database table using my plugin
- Plugin is not getting updated
- API page return Header 500 but Work
- display user input using ajax in wordpress
- Load wordpress enviroment for external content?
- Getting 404 page not found error while trying to access add new plugin / themes
- Plugin Install screeen not found
- WordPress plugin ajax post parameter
- How to disable register and reset the password from WordPress admin panel?
- Install theme as part of a plugin
- How to check if the Menubar contains no items?
- Is there a plugin or another way that can help me find out the underlying files of a page/post? [closed]
- Yoast Seo noindex added to pages outside wordpress