LLMS_Order_Generator::get_plan()
Retrieves the access plan for the order.
Contents
Return Return
(LLMS_Access_Plan|null)
Source Source
File: includes/class-llms-order-generator.php
public function get_plan() {
return $this->plan;
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 7.0.0 | Introduced. |