LLMS_Order::get_view_link()

Get a link to view the order on the student dashboard


Return Return

(string)


Top ↑

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 );

	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.8.0 Unknown.
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.