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.


Top ↑

Return Return

(void)


Top ↑

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' ) );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
6.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.