woocommerce_shipping_zone_after_methods_table

woocommerce_shipping_zone_after_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_after_methods_table') is found 1 times:

  • /includes/admin/settings/views/html-admin-page-shipping-zone-methods.php line 93
    		</tr>
    	</tbody>
    </table>
    
    <?php do_action( 'woocommerce_shipping_zone_after_methods_table', $zone ); ?>
    
    <p class="submit">
    	<button type="submit" name="submit" id="submit" class="button button-primary button-large wc-shipping-zone-method-save" value="<?php esc_attr_e( 'Save changes', 'woocommerce' ); ?>" disabled><?php esc_html_e( 'Save changes', 'woocommerce' ); ?></button>
    </p>
    
    <script type="text/html" id="tmpl-wc-shipping-zone-method-row-blank">