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


Top ↑

Source Source

File: includes/class-wc-order.php


Top ↑

Changelog Changelog

Changelog
Version Description
3.8.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.