Merge pull request #2910 from claudiosmweb/address_filter_patch

Fixed woocommerce_my_account_my_address_formatted_address filter name
This commit is contained in:
Mike Jolley 2013-04-08 13:17:15 -07:00
commit d3d6bf2c16
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ $col = 1;
</header>
<address>
<?php
$address = apply_filters( 'oocommerce_my_account_my_address_formatted_address', array(
$address = apply_filters( 'woocommerce_my_account_my_address_formatted_address', array(
'first_name' => get_user_meta( $customer_id, $name . '_first_name', true ),
'last_name' => get_user_meta( $customer_id, $name . '_last_name', true ),
'company' => get_user_meta( $customer_id, $name . '_company', true ),