wordpress_unschedule_event
Remove scheduled cron events from WordPress to prevent automated tasks from running at specified times. Use this tool to cancel pending actions by specifying the event hook name.
Instructions
Remove a scheduled cron event
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hook | Yes |
Input Schema (JSON Schema)
{
"properties": {
"hook": {
"type": "string"
}
},
"required": [
"hook"
],
"type": "object"
}