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

do_action('woocommerce_shipping_zone_after_methods_table') is found 1 times:

  • /includes/admin/settings/views/html-admin-page-shipping-zone-methods.php line 102
    098
    099
    100
    101
    102
    103
    104
    105
    106
    107
    </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>