Warning: This function has been deprecated.
woocommerce_paying_customer( $order_id )
Description Description
Source Source
File: includes/wc-deprecated-functions.php
function woocommerce_paying_customer( $order_id ) {
wc_deprecated_function( __FUNCTION__, '3.0', 'wc_paying_customer' );
wc_paying_customer( $order_id );
}
Changelog Changelog
| Version | Description |
|---|---|
| 3.0 | Introduced. |