woocommerce_states, $states

woocommerce_states, $states

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_states, $states') is found 1 times:

  • /includes/class-wc-countries.php line 222
    		 * @since 1.5.3
    		 *
    		 * @param array $states
    		 */
    		$this->geo_cache['states'] = apply_filters( 'woocommerce_states', $states );
    	}
    
    	/**
    	 * Get the states for a country.
    	 *
    	 * @param  string $cc Country code.