WordPress Plugins
Learn how to install, update, and manage WordPress plugins from the WordPress admin, Hostinger hPanel, or the API, plus fixes for broken plugin issues.
Install and manage plugins from the WordPress admin or hPanel.
Install a plugin
From the WordPress admin
Log in at
yourdomain.com/wp-admin.Go to Plugins → Add New.
Search for the plugin.
Click Install Now, then Activate.
Upload a zip
Plugins → Add New → Upload Plugin.
Upload the
.zip.Click Install Now, then Activate.
Via API
Deploy a plugin from an uploaded directory with the Deploy WordPress Plugin endpoint — see the API reference. Useful for CI/CD pipelines.
Manage plugins
From Plugins in the WordPress admin:
Activate / Deactivate
Update
Delete
Or in hPanel → your website → WordPress:
View installed plugins and versions
Check for and apply updates
Update plugins
Individually
Go to Plugins in the WordPress admin.
Click Update Now on the plugin with an update available.
In bulk
Plugins → Installed Plugins.
Check the header checkbox to select all.
Bulk Actions → Update → Apply.
Tip: Back up your site before updating. See Backups.
Troubleshooting
Site broken after installing a plugin If you can't reach the admin, disable the plugin via FTP/SSH by renaming its directory:
To disable everything at once, rename wp-content/plugins itself — WordPress disables all plugins.
Last updated: July 21, 2026
Last updated
Was this helpful?