LLMS_Abstract_Integration::get_integration_settings()
Get additional settings specific to the integration extending classes should override this with the settings specific to the integration
Description Description
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. |
User Contributed Notes User Contributed Notes
Permalink: