wc_get_is_pending_statuses()

Get list of statuses which are consider ‘pending payment’.


Description Description


Return Return

(array)


Top ↑

Source Source

File: includes/wc-order-functions.php

function wc_get_is_pending_statuses() {
	return apply_filters( 'woocommerce_order_is_pending_statuses', array( 'pending' ) );
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.6.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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