Merged in feature/MAW-855-import-code-into-aws (pull request #2)
code import from pantheon * code import from pantheon
This commit is contained in:
@@ -309,11 +309,9 @@ function wc_get_account_orders_actions( $order ) {
|
||||
* Get account formatted address.
|
||||
*
|
||||
* @since 3.2.0
|
||||
* @param string $address_type Address type.
|
||||
* Accepts: 'billing' or 'shipping'.
|
||||
* Default to 'billing'.
|
||||
* @param string $address_type Type of address; 'billing' or 'shipping'.
|
||||
* @param int $customer_id Customer ID.
|
||||
* Default to 0.
|
||||
* Defaults to 0.
|
||||
* @return string
|
||||
*/
|
||||
function wc_get_account_formatted_address( $address_type = 'billing', $customer_id = 0 ) {
|
||||
|
||||
Reference in New Issue
Block a user