Here's a start on how to display some extra data on the woocommerce_before_order_itemmeta hook: add_action( ' woocommerce_before_order_itemmeta' ...
The hooks that are used before the product summary in the order
What happen if you would like to create a custom button on Woocommerce admin order page.
Add a new field to the checkout; Add that new field to the order.
Action and Filter Hook Reference. This is simply
I have found a snippet that allows you to switch user on the WooCommerce admin order page which is very helpful. add_action( ' ...
Add a column to Orders Admin Page with Products Purchased.
[This thread is closed.] Is it possible to edit order item totals and custom fees in the woocommerce admin edit order screen? The only hook that I can…
Actually, using the action hook below, you can add any HTML. But if you add a link with
woocommerce_admin_order_item_values. The WordPress Core woocommerce admin order item values hook. Description. do_action( ' ...