Skip to content
Fluid Checkout
  • Demo
  • Features
  • Add-ons
    • Complete Bundle Save 42%
    • Fluid Checkout PRO
    • Google Address Autocomplete
    • Address Book
    • EU-VAT Assistant
  • Pricing PRO
  • Docs
  • Support
  • My account
0,00 € 0 items
Home / Docs / fc_pro_address_book_privacy_export_address_book_entry_field_value

How can we help?

Customizations

  • Safely add code snippets to your WooCommerce website

Compatibility

  • Troubleshooting – jQuery events or vanilla JavaScript events not working

Troubleshooting

  • Troubleshooting – jQuery events or vanilla JavaScript events not working
  • Troubleshooting – Redirected to error 404 (page not found) when trying to delete an address from the Address Book

Development

  • Filter and action hooks – Address Book
  • Troubleshooting – jQuery events or vanilla JavaScript events not working
  • Changelog – Fluid Checkout Address Book
  • Changelog format and semantic version numbers
View Categories

fc_pro_address_book_privacy_export_address_book_entry_field_value

Back to list of all filter and action hooks for Address Book for WooCommerce.

Description #

Customize field values when exporting for privacy personal data report.

Parameters #

  • $field_value (mixed) Field value.
  • $field_key (string) Field key.
  • $address_book_entry (array) Address book entry data.
    • first_name (string) First name.
    • last_name (string) Last name.
    • address_1 (string) Address line 1.
    • address_2 (string) Address line 2.
    • city (string) City.
    • state (string) State/Province.
    • postcode (string) Postal code.
    • country (string) Country code.
    • company (string) Company name.
    • phone (string) Phone number.
    • email (string) Email address.

Examples #

/**
 * Format phone numbers for privacy export
 */
function format_phone_for_privacy_export( $field_value, $field_key, $address_book_entry ) {
    if ( $field_key === 'phone' && ! empty( $field_value ) ) {
        return 'Phone: ' . $field_value;
    }
    return $field_value;
}
add_filter( 'fc_pro_address_book_privacy_export_address_book_entry_field_value', 'format_phone_for_privacy_export', 10, 3 );
Still stuck? How can we help?

How can we help?

Updated on December 15, 2025
fc_pro_address_book_privacy_export_address_book_entry_propsfc_adb_enable_compat_plugin_{plugin_slug}
Table of Contents
  • Description
  • Parameters
  • Examples
Fluid Checkout

Frictionless Multi-step Checkout for WooCommerce

© 2021-2025 Fluid Checkout OÜ

Terms | Refunds | Privacy Policy | Cookies

Products
  • All products
  • Fluid Checkout PRO
  • Fluid Checkout Lite
  • Google Address Autocomplete add-on
  • Address Book add-on
  • EU-VAT Assistant add-on
Company
  • Support
  • Careers Hiring
  • My account
  • About
  • Homepage
  • Homepage
  • Features
  • Pricing PRO
  • Demo
  • Docs
  • Support
  • My account