Answers for "wordpress disable plugin"

2

How To Disable WordPress Plugins Via WP-CLI

To deactivate all plguins 
command - wp plugin deactivate --all

For specific - wp plugin deactivate [plugin-name withou brackets]
Posted by: Guest on February-19-2021
1

wordpress disable editor

// On wp-config.php
define( 'DISALLOW_FILE_EDIT', true );
Posted by: Guest on June-05-2020

Code answers related to "wordpress disable plugin"

Browse Popular Code Answers by Language