apply_filters( 'woocommerce_order_get_formatted_billing_address', string $address , array $raw_address , WC_Order $order )
Filter orders formatted billing address.
Description Description
Parameters Parameters
- $address
-
Formatted billing address string.
- $raw_address
-
Raw billing address.
- $order
-
Order data. @since 3.9.0
Source Source
File: includes/class-wc-order.php
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |