LLMS_Add_On::get( string $key )
Get add-on properties
Description Description
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. |
User Contributed Notes User Contributed Notes
Permalink: