apply_filters( "llms_integration_{$this->id}_get_settings", array[] $settings , object $instance )
Filters the integration’s settings
Description Description
The dynamic portion of this hook, {$this->id}, refers to the integration’s ID.
Parameters Parameters
- $settings
-
(array[]) Array of settings arrays.
- $instance
-
(object) Class instance of the class extending the
LLMS_Abstract_Integrationabstract.
Source Source
Changelog Changelog
| Version | Description |
|---|---|
| 3.8.0 | Introduced. |