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