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