You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only delete events whose arguments match the given JSON-encoded array or scalar value. Argument types must match exactly (for example, `["123"]` vs `[123]`). Requires exactly one hook name.
110
+
108
111
**EXAMPLES**
109
112
110
113
# Delete all scheduled cron events for the given hook
111
114
$ wp cron event delete cron_test
112
115
Success: Deleted a total of 2 cron events.
113
116
117
+
# Delete a specific cron event by hook and arguments
0 commit comments