Back to list of all filter and action hooks for Address Book for WooCommerce.
Description #
Define address fields to skip when preparing address book entries to match the available checkout fields.
This filter is used to define which fields should be excluded (skipped) when the address book system is filtering and removing fields that don’t exist in the checkout form for a specific country.
Parameters #
$skip_list(array) Array of field keys to skip. Default:array( 'address_id', 'address_label', 'default_shipping', 'default_billing' )
