apply_filters( 'edd_checkout_billing_details_address', array $address , array $customer )
Billing Address Details.
Description Description
Allows filtering the customer address details that will be pre-populated on the checkout form.
Parameters Parameters
- $address
-
The customer address.
- $customer
-
The customer data from the session
Source Source
File: includes/checkout/template.php
Changelog Changelog
Version | Description |
---|---|
2.8 | Introduced. |