llms_template_view_order_actions( LLMS_Order $order )

Loads the single order view actions sidebar 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_actions( $order ) {
		llms_get_template( 'myaccount/view-order-actions.php', compact( 'order' ) );
	}


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.