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: ''


Top ↑

Source Source

File: packages/action-scheduler/functions.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.