woocommerce_my_account_my_address_formatted_address

woocommerce_my_account_my_address_formatted_address

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_my_account_my_address_formatted_address') is found 1 times:

  • /includes/wc-account-functions.php line 332
    		$address = $customer->$getter();
    		unset( $address['email'], $address['tel'] );
    	}
    
    	return WC()->countries->get_formatted_address( apply_filters( 'woocommerce_my_account_my_address_formatted_address', $address, $customer->get_id(), $address_type ) );
    }
    
    /**
     * Returns an array of a user's saved payments list for output on the account tab.
     *
     * @since  2.6