woocommerce_checkout_fields, $this->fields
woocommerce_checkout_fields, $this->fields
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_checkout_fields, $this->fields') is found 1 times:
- /includes/class-wc-checkout.php line 310
* @since 3.0.0 or earlier * * @param array[] $checkout_fields */ $this->fields = apply_filters( 'woocommerce_checkout_fields', $this->fields ); foreach ( $this->fields as $field_type => $fields ) { // Sort each of the checkout field sections based on priority. uasort( $this->fields[ $field_type ], 'wc_checkout_fields_uasort_comparison' ); // Add accessibility labels to fields that have placeholders.