wc_get_is_paid_statuses()

Get list of statuses which are consider ‘paid’.


Description Description


Return Return

(array)


Top ↑

Source Source

File: includes/wc-order-functions.php

function wc_get_is_paid_statuses() {
	return apply_filters( 'woocommerce_order_is_paid_statuses', array( 'processing', 'completed' ) );
}

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.