llms_template_view_order_information( LLMS_Order $order )
Loads the single order view information main area on the student dashboard.
Parameters Parameters
- $order
-
(LLMS_Order) (Required) The order to display.
Return Return
(void)
Source Source
File: includes/functions/llms-functions-template-view-order.php
function llms_template_view_order_information( $order ) { $gateway = $order->get_gateway(); llms_get_template( 'myaccount/view-order-information.php', compact( 'order', 'gateway' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |