=== Bulk Plugin Toggle === Contributors: coffee2code Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6ARCFJ9TX3522 Tags: plugins, toggle, bulk actions, admin, coffee2code License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Requires at least: 4.9 Tested up to: 5.4 Requires PHP: 5.4 Stable tag: 1.0 Adds "Toggle" as a bulk action for the plugins listing to toggle the activation state for selected plugins. == Description == This plugin adds "Toggle" as a bulk action for the plugins listing to toggle the activation state for selected plugins. Links: [Plugin Homepage](https://coffee2code.com/wp-plugins/bulk-plugin-toggle/) | [Plugin Directory Page](https://wordpress.org/plugins/bulk-plugin-toggle/) | [GitHub](https://github.com/coffee2code/bulk-plugin-toggle/) | [Author Homepage](https://coffee2code.com/) == Installation == 1. Install via the built-in WordPress plugin installer. Or install the plugin code inside the plugins directory for your site (typically `/wp-content/plugins/`). 2. Activate the plugin through the 'Plugins' admin menu in WordPress 3. From the admin 'Plugins' page, select the checkboxes for plugins whose activation state you'd like to toggle, then from the "Bulk Actions" dropdown (found above-left and below-left of the table) choose "Toggle" and press the "Apply" button to submit. Any selected plugins that were active will get deactivated and any that were deactive will get activated. == Screenshots == 1. The "Toggle" option in the "Bulk Actions" dropdown for the admin plugins listing. == Frequently Asked Questions == = Why isn't "Toggle" present in the bulk actions dropdown for plugins for me? = The "Toggle" bulk action is only available to users who have both the "activate_plugins" and "deactivate_plugins" capabilities, which generally implies administrators. The toggle is also only shown when looking at the "All" or "Update Available" views. = Does this plugin include unit tests? = Yes. == Changelog == = 1.0 (2020-08-07) = * Initial release _Full changelog is available in [CHANGELOG.md](https://github.com/coffee2code/bulk-plugin-toggle/blob/master/CHANGELOG.md)._ == Upgrade Notice == = 1.0 = Initial public release.