woocommerce/includes/abstracts
Brent Shepherd 7a7c0fbce6 Add WC_Abstract_Order::get_valid_statuses()
So that classes which extend WC_Abstract_Order can define custom statuses
specifically for their order type and have those used for validation in
WC_Abstract_Order::set_status() instead of only the order statuses defined
by wc_get_order_statuses().

For example, the subscription order type has a number of custom order statuses,
like 'wc-active' and 'wc-expired', which do not apply to orders but are valid
statuses for WC_Subscription objects, which extend WC_Abstract_Order.
2017-01-31 15:00:03 -08:00
..
abstract-wc-data.php Fix get_hook_prefix format 2017-01-24 11:02:06 -08:00
abstract-wc-integration.php Settings api 2015-12-14 14:03:46 +00:00
abstract-wc-legacy-order.php Fix wording on deprecation messages 2017-01-30 23:40:21 -06:00
abstract-wc-legacy-payment-token.php Fix wording on deprecation messages 2017-01-30 23:40:21 -06:00
abstract-wc-legacy-product.php Fix wording on deprecation messages 2017-01-30 23:40:21 -06:00
abstract-wc-log-handler.php Add WC_Log_Handler_Interface 2017-01-24 14:10:05 +01:00
abstract-wc-order.php Add WC_Abstract_Order::get_valid_statuses() 2017-01-31 15:00:03 -08:00
abstract-wc-payment-gateway.php Wrap all deprecation calls. 2016-11-23 16:15:00 +00:00
abstract-wc-payment-token.php Start moving meta to normal stores, instead of a separate meta store. 2016-11-22 04:05:05 -08:00
abstract-wc-product.php Delete WC_Product::get_data() 2017-01-24 10:44:51 -08:00
abstract-wc-rest-controller.php ID arg definitions 2017-01-26 19:22:57 +00:00
abstract-wc-rest-posts-controller.php object types to fix unit tests 2017-01-26 20:58:55 +00:00
abstract-wc-rest-shipping-zones-controller.php Swap "doesn't" with "does not" in 404 error messages. 2016-09-08 15:17:02 -07:00
abstract-wc-rest-terms-controller.php Added more missing args and types 2017-01-26 20:33:39 +00:00
abstract-wc-session.php Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar 2016-09-02 05:40:36 +03:00
abstract-wc-settings-api.php More styling settings tweaks 2016-12-21 11:36:48 +00:00
abstract-wc-shipping-method.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
abstract-wc-widget.php last item in a multiline-array should end in a comma 2016-08-27 04:46:45 +03:00