apply_filters( 'llms_sd_stacked_order_layout', boolean $use_stacked_layout , LLMS_Order $order )
Allows customization of the view order layout on the student dashboard.
Parameters Parameters
- $use_stacked_layout
-
(boolean) If
true
, forces usage of the stacked layout instead of the default side-by-side layout. - $order
-
(LLMS_Order) The order to display.
Source Source
File: includes/functions/llms-functions-template-view-order.php
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |