woocommerce_states, $states
woocommerce_states, $states
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_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.