wordpress_deactivate_plugin
Deactivate WordPress plugins to troubleshoot conflicts, improve site performance, or prepare for updates by disabling specific plugin functionality.
Instructions
Deactivate a plugin
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plugin | Yes |
Input Schema (JSON Schema)
{
"properties": {
"plugin": {
"type": "string"
}
},
"required": [
"plugin"
],
"type": "object"
}