woocommerce_order_details_before_order_table_items action-hook . WC 1.0
Usage
add_action( 'woocommerce_order_details_before_order_table_items', 'action_function_name_330' ); function action_function_name_330( $order ){ // action... }
- $order
- -
Where the hook is called
In file: /templates/order/order-details.php
woocommerce_order_details_before_order_table_items
woocommerce/templates/order/order-details.php 58
do_action( 'woocommerce_order_details_before_order_table_items', $order );