fc_pro_address_book_field_keys

Table Of Contents

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

Description #

Customize which fields to set with data from an address book entry at checkout.

Parameters #

  • $field_keys (array) Array of field keys.
    • 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.
    • company (string) Company.
    • phone (string) Phone.
    • email (string) Email.
  • $address_type (string) Address type (billing/shipping).

What are your feelings

Updated on December 15, 2025