Dodatak nije testiran s zadnje 3 glavna izdanja WordPressa. Možda ga se više ne održava ili pruža podršku i možda ima probleme sa kompatibilnošću s novijim inačicama WordPressa.

Bulk Plugin Toggle

Opis

This plugin adds “Toggle” as a bulk action for the plugins listing to toggle the activation state for selected plugins.

From the admin listing of plugins you can now select multiple plugins and choose “Toggle” from the “Bulk actions” dropdown. When applied, all selected plugins that are currently activated will become deactivated, and all selected plugins that are currently deactivated will become activated.

Links: Plugin Homepage | Plugin Directory Page | GitHub | Author Homepage

Snimke zaslona

  • The "Toggle" option in the "Bulk Actions" dropdown for the admin plugins listing.

Instalacija

  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.

ČPP

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.

Recenzije

Nema recenzija za ovaj dodatak.

Suradnici i Programeri

“Bulk Plugin Toggle” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.

Suradnici

Prevedite “Bulk Plugin Toggle” na svoj jezik.

Zainteresirani ste za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.

Dnevnik promjena

1.0.2 (2021-11-27)

  • Change: Note compatibility through WP 5.8+
  • Change: Unit tests: In bootstrap, move definition of constant for plugin file directory to top of file

1.0.1 (2021-07-13)

  • Change: Note compatibility through WP 5.7+
  • Change: Add a tad more to the plugin’s longer description
  • Change: Update copyright date (2021)
  • Change: Trivial code tweaks
  • Change: Fix typo in inline parameter documentation
  • Change: Unit tests: Move phpunit/ into tests/

1.0 (2020-08-07)

  • Initial release

Full changelog is available in CHANGELOG.md.