do_action( 'woocommerce_after_order_details', WC_Order $order )
Action hook fired after the order details.
Description Description
Parameters Parameters
- $order
-
Order data.
Source Source
File: templates/order/order-details.php
Changelog Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |