LLMS_Abstract_Integration::get_option_prefix()
Retrieve the option name prefix.
Contents
Return Return
(string)
Source Source
File: includes/abstracts/llms.abstract.integration.php
protected function get_option_prefix() { return $this->option_prefix . 'integration_' . $this->id . '_'; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |