as_unschedule_all_actions( string $hook, array $args = array(), string $group = '' )
Cancel all occurrences of a scheduled action.
Description Description
Parameters Parameters
- $hook
-
(Required) The hook that the job will trigger.
- $args
-
(Optional) Args that would have been passed to the job.
Default value: array()
- $group
-
(Optional) The group the job is assigned to.
Default value: ''
Source Source
File: packages/action-scheduler/functions.php