wc_get_is_paid_statuses()
Get list of statuses which are consider ‘paid’.
Description Description
Return Return
(array)
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' ) );
}
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |