wp_plugin_list
List installed WordPress plugins with version, status, and available updates using WP-CLI. Filter to show only outdated plugins.
Instructions
List installed plugins on a site with name, version, status (active/inactive), and update_version (if outdated). Uses WP-CLI for accurate version data including update_version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_id | No | ||
| only_outdated | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | ||
| plugins | Yes |