LLMS_Add_On::get( string $key )
Get add-on properties
Parameters Parameters
- $key
-
(string) (Required) Property key.
Return Return
(mixed)
Source Source
File: includes/models/model.llms.add-on.php
public function get( $key ) { return $this->$key; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.22.0 | Introduced. |