LLMS_Order::has_access()
Determine if the student associated with this order has access
Return Return
(boolean)
Source Source
File: includes/models/model.llms.order.php
public function has_access() {
return ( 'active' === $this->get_access_status() ) ? true : false;
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |