__experimental_woocommerce_blocks_validate_location_

__experimental_woocommerce_blocks_validate_location_

Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.8.3

do_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(