wordpress_delete_plugin
Remove unwanted plugins from WordPress sites to improve performance and security. This tool deletes plugins that have been deactivated first, helping maintain a clean and optimized website environment.
Instructions
Delete a plugin (must be deactivated first)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plugin | Yes |
Input Schema (JSON Schema)
{
"properties": {
"plugin": {
"type": "string"
}
},
"required": [
"plugin"
],
"type": "object"
}