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_save_checkout_field

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_save_checkout_field

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

Description #

Allows customization of the “Save address” checkout field.

Parameters #

  • $field (array) Field configuration array:
    • label (string) Field label text.
    • type (string) Field type (checkbox).
    • required (bool) Whether field is required.
    • class (array) CSS classes for the field.
    • value (string)Default value.
    • default (mixed) Default field value.
    • priority (int) Field display priority.
    • custom_attributes (array) Custom HTML attributes.

Examples #

/**
 * Add custom notice to edit address form
 */
function fc_update_save_address_label( $field ) {
    $field['label'] = __( 'Save this address for future use', 'your-text-domain' );
    $field['class'][] = 'my-custom-class';
    return $field;
}
add_filter( 'fc_pro_address_book_save_checkout_field', 'fc_update_save_address_label', 10 );

Still stuck? How can we help?

How can we help?

Updated on December 15, 2025
fc_pro_edit_account_address_formfc_gaa_settings
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