> For the complete documentation index, see [llms.txt](https://docs.vs-core.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vs-core.com/site-management-wordpress/wordpress-plugin-updates.md).

# WordPress Plugin Updates

#### Overview of the Plugin Management Interface

<figure><img src="/files/BURZM3kMvty36BSaoZq1" alt=""><figcaption><p>WordPress Plugin Updates Page</p></figcaption></figure>

As seen in the screenshot, the plugin update page is structured to give you full control over your site’s plugins:

**Update Notification Banner**

* At the top of the page, a banner alerts you to the number of plugins that have updates available (e.g. “<mark style="color:orange;">21 plugins have updates available</mark>”).
* This ensures you’re aware of outdated plugins as soon as you access the page.

***

#### Plugin Management Table

Each row in the table contains:

* **Plugin Name**

  E.g. *Elementor*, *Advanced Custom Fields*, *Contact Form 7*, etc.
* **Enabled Status**

  A green check means the plugin is active. A grey dot means it is installed but not currently enabled.
* **Current Version vs. Available Update**

  Quickly see the version installed and the version available, helping you decide whether to update or investigate further.
* **Actions Column**

  For each plugin, you can:

  * **Update** – Instantly update that plugin.
  * **Enable** – Activate the plugin if it’s currently disabled.
  * **Disable** – Deactivate a plugin without deleting it.
  * **Delete** – Completely remove the plugin from the website.

Each action is colour-coded for quick visual recognition.

***

#### Bulk Plugin Management

Above the table, you’ll find a set of bulk action buttons:

* **Update Plugins** – Select multiple plugins using the checkboxes and click this to update them all at once.
* **Enable Plugins** – Activate multiple plugins across the site.
* **Disable Plugins** – Deactivate selected plugins without removing them.
* **Delete Plugins** – Permanently remove selected plugins from the WordPress website.

This is particularly useful for managing multiple outdated or unused plugins with one click.

***

#### Best Practices

* Keep plugins updated to reduce security risks and compatibility issues.
* Only enable what’s needed disable or delete unused plugins to reduce bloat and improve site performance.
* Review change logs before applying major updates, especially for plugins critical to layout or functionality.

***

#### Pro Tip Use the top navigation bar to jump between:

* Site Management
* Alerts
* Monitoring
* Backups
* Reports

This makes it easy to go from plugin updates straight into verifying site health or setting a backup point before applying changes.

<figure><img src="/files/I6KRIycrXxEEnBiBcQhF" alt=""><figcaption></figcaption></figure>

***

The WordPress Plugin Updates page in Varsuite Core brings all your plugin management into one efficient dashboard giving developers and agencies the tools they need to keep every client site secure and performant at scale.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vs-core.com/site-management-wordpress/wordpress-plugin-updates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
