LLMS_Abstract_Integration::get_integration_settings()
Get additional settings specific to the integration
Description Description
Extending classes should override this with the settings specific to the integration.
Return Return
(array)
Source Source
File: includes/abstracts/llms.abstract.integration.php
protected function get_integration_settings() { return array(); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |