woocommerce_order_details_before_order_table, $order
woocommerce_order_details_before_order_table, $order
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_order_details_before_order_table, $order') is found 2 times:
- /templates/order/order-details-fulfillments.php line 57
);
}
?>- /templates/order/order-details.php line 55
); } ?> <section class="woocommerce-order-details"> <?php do_action( 'woocommerce_order_details_before_order_table', $order ); ?> <h2 class="woocommerce-order-details__title"><?php esc_html_e( 'Order details', 'woocommerce' ); ?></h2> <table class="woocommerce-table woocommerce-table--order-details shop_table order_details"> <thead>
- /templates/order/order-details.php line 55