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.


Top ↑

Source Source

File: includes/functions/llms-functions-template-view-order.php

View on GitHub



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.