woocommerce_order_is_paid_statuses

woocommerce_order_is_paid_statuses

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_order_is_paid_statuses') is found 1 times:

  • /includes/wc-order-functions.php line 127
     * @since  3.0.0
     * @return array
     */
    function wc_get_is_paid_statuses() {
    	return apply_filters( 'woocommerce_order_is_paid_statuses', array( 'processing', 'completed' ) );
    }
    
    /**
     * Get list of statuses which are consider 'pending payment'.
     *
     * @since  3.6.0