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?
- I have to select text from gutenberg editor. Purpose is to store and replace text
- How I can change the required capability for an admin menu without editing the plugin file?
- Why WP_Screeen doesn’t show all options with admin_body_class
- I changed font of wordpress dashboard but it is slow!
- wp_dequeue_script for a Plugin
- Location dependent rendering of locations? [closed]
- Creating a widget and missing jQuery
- SMTP Error: Could not authenticate [closed]
- How to add support for caching plugins for my own plugin?
- My custom php file keeps 404’ing in WordPress when I call it. What am I missing?
- Use $variable from file1.php in file2.php (different file paths)
- How to import WordPress site to new WordPress site?
- How can I automatically download all images from all imported posts, place them on my new host, and replace all the links
- Need to replace Currency Shortforms
- Looking for a free quiz plugin which saves the candidates answers for review [closed]
- wp_enqueue_scripts
- Why Does The `auto_update_plugin` Hook Disable Management?
- Return multiple values in a shortcode attribute
- Allowing .rfa Files In Media Upload [duplicate]
- Sanitizing file & directory form input
- What’s my optimal choice for remote access to my localhost sites?
- Some WordPress Posts are automatically becoming comments on other Posts
- List category posts displaying limited posts
- Get Every Key & Value from Array then Display All in New Line
- What are admin hooks
- disabling ftp on wordpress
- Woocommerce Coupon Menu and Marketing Menu missing After “Coupons can now be managed from Marketing > Coupons.” [closed]
- Is there a way to add custom endpoint to specific page only
- “uagb/section and uagb/columns block”
- IF condition based on wp_remote_get output
- shortcode not return any thing in Gutnburg
- Fatal error on some pages after cancelling WPSTAGING cloning process
- Always get creating a new table with foreign key
- Progmatically adding menu links to the default (Top) or Footer menu
- Add text to variable
- Where is my google maps on my page? [closed]
- standard custom page template hierarchy for plugins
- get specific value of a array | PHP
- How do I add $_SESSION[”] to my wordpress page?
- How to get specific string/value from an array? php [closed]
- coding a WordPress AJAX Form using PHP to check if User is Logged Out and Show error
- How do i show different group of images below a button when the button is clicked on the same page in wordpress? [closed]
- plugin wraps the entire content
- React error #231with Custom Blocks after upgrade to WP 5.5
- Add User Role: Pre-saved in User-Meta [SOLVED]
- There has been a critical error on your website – won’t fix no matter what
- Adding custom meta boxes to specified custom post type
- WordPress Console Application (ability to excecute a custom function via crontab only)
- Get orders of a specific customer woocommerce
- What am is missing? (API CORS)
- How to do database for download stats?
- Shortcode Attributes to Return different $_POST
- How to find out which plugin create captcha after login?
- Comment IP Plugin – Fixing onfocus=’this.select()’
- How do I make reusable content blocks for header and footer when using WordPress headless with another front-end?
- WordPress 5.4 – How to prevent to enter only certain values in custom field