woocommerce_blocks_validate_location_

woocommerce_blocks_validate_location_

Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.9.3.1

do_action('woocommerce_blocks_validate_location_') is found 1 times:

  • /src/Blocks/Domain/Services/CheckoutFields.php line 910
    			 * @param string   $group   The group of this location (shipping|billing|other).
    			 *
    			 * @since 8.7.0
    			 */
    			do_action( '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(