Installed plugins
The Installed tab lists all plugins in two groups: Active and Inactive. Each row shows the plugin name, version, author, a truncated description, and any pending badges. For each plugin you can:- Activate / Deactivate — toggle the plugin’s active state with instant feedback
- Update — one-click update button appears on any plugin with a pending update (amber badge)
- Version History — open the version history dialog to install any older or newer version from WordPress.org
- Export as ZIP — download the plugin’s current files as a
.ziparchive - Delete — permanently remove the plugin from the server
Bulk actions
Select one or more plugins using the checkboxes on the left of each row (or the group-level checkbox to select all active or all inactive at once). A toolbar appears at the top with the following bulk actions:- Activate — activates all selected inactive plugins
- Deactivate — deactivates all selected active plugins
- Update — updates all selected plugins that have available updates
- Delete — permanently deletes all selected plugins after a confirmation dialog
Installing a plugin from WordPress.org
Enter a search term
Type a plugin name or keyword into the search field and press Enter or click the Search button. Results are fetched directly from the WordPress.org plugins API and display up to 12 plugins with icons, star ratings, and descriptions.
Rolling back a plugin to a previous version
Open version history
On any installed plugin row, click the History icon (clock icon) to open the Version History dialog. The dialog shows the plugin’s current installed version and fetches the full version list from WordPress.org.
Select a version
The version list is sorted newest-first. The currently installed version is highlighted with a Current badge. Click Install next to any other version.
Version history is only available for plugins that are hosted on WordPress.org. Commercially distributed or privately uploaded plugins will show “No version history available” in the dialog.
Uploading a plugin ZIP
Add files to the queue
Drag and drop one or more
.zip files onto the drop zone, or click the drop zone to open a file picker. Multiple files are supported. Each file appears in a queue with a Pending status.(Optional) Enable overwrite
Check Overwrite if exists if you want to replace plugin files that are already installed. Leave it unchecked to skip files with conflicting names.
Exporting a plugin as ZIP
The export feature requires the PHP
ZipArchive extension. If your server does not have it, the export button returns an error.