woocommerce_admin_order_data_after_order_details

woocommerce_admin_order_data_after_order_details

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('woocommerce_admin_order_data_after_order_details') is found 1 times:

  • /includes/admin/meta-boxes/class-wc-meta-box-order-data.php line 391
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
                <?php // phpcs:enable WooCommerce.Commenting.CommentHooks.MissingHookComment ?>
            </select>
            <!--/email_off-->
        </p>
        <?php do_action( 'woocommerce_admin_order_data_after_order_details', $order ); // phpcs:ignore WooCommerce.Commenting.CommentHooks.MissingHookComment ?>
    </div>
    <div class="order_data_column">
        <h3>
            <?php esc_html_e( 'Billing', 'woocommerce' ); ?>
            <a href="#" class="edit_address"><?php esc_html_e( 'Edit', 'woocommerce' ); ?></a>
            <span>

See this hook used in plugins: