woocommerce_validate_postcode, $valid, $postcode, $country

woocommerce_validate_postcode, $valid, $postcode, $country

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_validate_postcode, $valid, $postcode, $country') is found 1 times:

  • /includes/class-wc-validation.php line 151
    				$valid = true;
    				break;
    		}
    
    		return apply_filters( 'woocommerce_validate_postcode', $valid, $postcode, $country );
    	}
    
    	/**
    	 * Check if is a GB postcode.
    	 *
    	 * @param  string $to_check A postcode.