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
public function get_view_link() {
$link = llms_get_endpoint_url( 'orders', $this->get( 'id' ), llms_get_page_url( 'myaccount' ) );
return apply_filters( 'llms_order_get_view_link', $link, $this );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.8.0 | Unknown. |
| 3.0.0 | Introduced. |