woocommerce_shipping_zone_before_methods_table

woocommerce_shipping_zone_before_methods_table

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_shipping_zone_before_methods_table') is found 1 times:

  • /includes/admin/settings/views/html-admin-page-shipping-zone-methods.php line 18
    	<a href="<?php echo esc_url( admin_url( 'admin.php?page=wc-settings&tab=shipping' ) ); ?>"><?php esc_html_e( 'Shipping zones', 'woocommerce' ); ?></a> &gt;
    	<span class="wc-shipping-zone-name"><?php echo esc_html( $zone->get_zone_name() ? $zone->get_zone_name() : __( 'Zone', 'woocommerce' ) ); ?></span>
    </h2>
    
    <?php do_action( 'woocommerce_shipping_zone_before_methods_table', $zone ); ?>
    
    <table class="form-table wc-shipping-zone-settings">
    	<tbody>
    		<?php if ( 0 !== $zone->get_id() ) : ?>
    			<tr valign="top" class="">
    				<th scope="row" class="titledesc">