woocommerce_shipping_zone_after_methods_table, $zone
woocommerce_shipping_zone_after_methods_table, $zone
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_shipping_zone_after_methods_table, $zone') is found 1 times:
- /includes/admin/settings/views/html-admin-page-shipping-zone-methods.php line 100
</table> <?php // phpcs:ignore WooCommerce.Commenting.CommentHooks.MissingHookComment do_action( 'woocommerce_shipping_zone_after_methods_table', $zone ); ?> <p class="submit"> <button type="submit" name="submit" id="submit" class="button-primary button-large wc-shipping-zone-method-save components-button is-primary" value="<?php esc_attr_e( 'Save changes', 'woocommerce' ); ?>" disabled><?php esc_html_e( 'Save changes', 'woocommerce' ); ?></button> </p>