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_process_address_book_entry_field_{$key}

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_process_address_book_entry_field_{$key}

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

Description #

Process the value of individual address book entry fields when saving an address book entry from the account edit address pages.

Modifiers #

  • {$key} (string) placeholder, replaced with the actual field key (e.g., first_name, last_name, etc.).

Parameters #

  • $value (mixed) Field value.
  • $key (string) Field key. (in filter name).

Examples #

/**
 * Format first name field consistently
 */
function format_first_name_field( $value ) {
    return ucfirst( strtolower( trim( $value ) ) );
}
add_filter( 'fc_pro_process_address_book_entry_field_first_name', 'format_first_name_field', 10 );
Still stuck? How can we help?

How can we help?

Updated on December 15, 2025
fc_pro_address_book_entry_display_datafc_pro_address_book_entry_compare_field_keys_skip_list
Table of Contents
  • Description
  • Modifiers
  • 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