wordpress_get_plugin_status
Check plugin status and details to verify if a WordPress plugin is active, inactive, or needs updates before making site changes.
Instructions
Get status and details of a specific plugin
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plugin | Yes |
Input Schema (JSON Schema)
{
"properties": {
"plugin": {
"type": "string"
}
},
"required": [
"plugin"
],
"type": "object"
}