LLMS_Order_Generator::get_plan()

Retrieves the access plan for the order.


Return Return

(LLMS_Access_Plan|null)


Top ↑

Source Source

File: includes/class-llms-order-generator.php

	public function get_plan() {
		return $this->plan;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
7.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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