LLMS_Order::get_view_link()
Get a link to view the order on the student dashboard
Return Return
(string)
Source Source
File: includes/models/model.llms.order.php
1344 1345 1346 1347 1348 1349 | return apply_filters( 'llms_order_get_trial_end_date' , $trial_end_date , $this ); } /** * Gets the total revenue of an order |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Unknown. |
3.0.0 | Introduced. |