WC_Abstract_Order::get_valid_statuses()

Get all valid statuses for this order


Description Description


Return Return

(array) Internal status keys e.g. 'wc-processing'


Top ↑

Source Source

File: includes/abstracts/abstract-wc-order.php

	protected function get_valid_statuses() {
		return array_keys( wc_get_order_statuses() );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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