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.9.9.5

do_action('woocommerce_shipping_zone_before_methods_table') is found 1 times:

  • /includes/admin/settings/views/html-admin-page-shipping-zone-methods.php line 22
    <?php wc_back_header( $zone->get_zone_name() ? $zone->get_zone_name() : __( 'Add zone', 'woocommerce' ), __( 'Return to shipping', 'woocommerce' ), admin_url( 'admin.php?page=wc-settings&tab=shipping' ) ); ?>
    
    <?php
    // phpcs:ignore WooCommerce.Commenting.CommentHooks.MissingHookComment
    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="">