woocommerce/includes/queue
Brent Shepherd ab78e65af9 Update WC_Queue_Interface::get_next()
To more closely align return value with other date APIs in WC, namely
WC_Data. Includes changing return value to:

1. a WC_DateTime instead of a timestamp when a scheduled occurrence is found
2. null instead of false, similar to the default of WC_Data::set_date_prop()
2018-07-31 12:29:15 +10:00
..
class-wc-action-queue.php Update WC_Queue_Interface::get_next() 2018-07-31 12:29:15 +10:00
class-wc-queue.php Add WC_Queue and WC()->queue() wrapper for accessing it 2018-07-31 12:21:07 +10:00