woocommerce/includes/queue
Brent Shepherd 0c27837b2b Add cancel_all() to WC_Queue_Interface
And the WC_Action_Queue implementation of WC_Queue_Interface.

This avoids ambiguity between the behaviour of cancel(), which can
be confusing given it technically unschedules all actions for cron
or recurring actions, but only the next instance of a single action.
2018-09-20 15:42:24 +10:00
..
class-wc-action-queue.php Add cancel_all() to WC_Queue_Interface 2018-09-20 15:42:24 +10:00
class-wc-queue.php Fix PHPCS errors in WC_Queue class 2018-08-01 20:07:14 +02:00