LLMS_Abstract_Options_Data::get_option_prefix()
Retrieve a prefix for options
Return Return
(string)
Source Source
File: includes/abstracts/llms.abstract.options.data.php
protected function get_option_prefix() { return $this->option_prefix; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |