WC_Action_Queue::cancel()
Method: Dequeue the next scheduled instance of an action with a matching hook (and optionally matching args and group).
Source: includes/queue/class-wc-action-queue.php:101
Method: Dequeue the next scheduled instance of an action with a matching hook (and optionally matching args and group).
Source: includes/queue/class-wc-action-queue.php:101
Method: Dequeue all actions with a matching hook (and optionally matching args and group) so no matching actions are ever run.
Source: includes/queue/class-wc-action-queue.php:112
Method: Get the date and time for the next scheduled occurence of an action with a given hook (an optionally that matches certain args and group), if any.
Source: includes/queue/class-wc-action-queue.php:125
Method: Find scheduled actions
Source: includes/queue/class-wc-action-queue.php:157
Method: Schedule a recurring action
Source: includes/queue/class-wc-action-queue.php:57
Method: Schedule an action that recurs on a cron-like schedule.
Source: includes/queue/class-wc-action-queue.php:81
Class: WC Action Queue
Source: includes/queue/class-wc-action-queue.php:20
Method: Enqueue an action to run one time, as soon as possible
Source: includes/queue/class-wc-action-queue.php:30
Method: Schedule an action to run once at some time in the future
Source: includes/queue/class-wc-action-queue.php:43