woocommerce_valid_location_types

woocommerce_valid_location_types

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

apply_filters('woocommerce_valid_location_types') is found 1 times:

  • /includes/class-wc-shipping-zone.php line 354
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    * @param  string $type Type to check.
     * @return boolean
     */
    public function is_valid_location_type( $type ) {
        return in_array( $type, apply_filters( 'woocommerce_valid_location_types', array( 'postcode', 'state', 'country', 'continent' ) ), true );
    }
     
    /**
     * Add location (state or postcode) to a zone.
     *
     * @param string $code Location code.