__experimental_woocommerce_blocks_validate_location_
__experimental_woocommerce_blocks_validate_location_
Appears in: woocommerce.8.7.0, woocommerce.8.8.3
Hook Type: action
Displaying hooks found in version: woocommerce.8.8.3do_action('__experimental_woocommerce_blocks_validate_location_') is found 1 times:
- /src/Blocks/Domain/Services/CheckoutFields.php line 789
* @param string $group The group of this location (shipping|billing|''). * * @since 8.7.0 */ do_action( '__experimental_woocommerce_blocks_validate_location_' . $location . '_fields', $errors, $fields, $group ); } catch ( \Throwable $e ) { // One of the filters errored so skip them. This allows the checkout process to continue. // phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_trigger_error trigger_error(