woocommerce_shipping_zone_loaded, $zone

woocommerce_shipping_zone_loaded, $zone

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_shipping_zone_loaded, $zone') is found 1 times:

  • /includes/data-stores/class-wc-shipping-zone-data-store.php line 117
    			 * Indicate that the WooCommerce shipping zone has been loaded.
    			 *
    			 * @param WC_Shipping_Zone $zone The shipping zone that has been loaded.
    			 */
    			do_action( 'woocommerce_shipping_zone_loaded', $zone );
    		}
    	}
    
    	/**
    	 * Retrieve the zone data for the given zone_ids.
    	 *