Automattic\WooCommerce\Blocks\Domain\Services
CheckoutFields::get_address_fields_keys
Returns an array of fields keys for the address location.
Method of the class: CheckoutFields{}
No Hooks.
Returns
Array. An array of fields keys.
Usage
$CheckoutFields = new CheckoutFields(); $CheckoutFields->get_address_fields_keys();
CheckoutFields::get_address_fields_keys() CheckoutFields::get address fields keys code WC 10.8.1
public function get_address_fields_keys() {
return $this->fields_locations['address'];
}