Goal: Disable and Enabled WordPress Plugins via the Command Line
Today i’m going to show you how to disable and enable wordpress plugins via the command line
Installation
Download these two files to the root of your wordpress installation (same folder where wp-config is)
|
1 2 |
# wget "http://www.packetmischief.ca/files/wp/wp_enable_plugins.php" # wget "http://www.packetmischief.ca/files/wp/wp_disable_plugins.php" |
Usage
Run wp_disable_plugins.php with no parameters to return a list . . . → Read More: disable enable wordpress plugin command line