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 of settings arrays.

$instance

Class instance of the class extending the LLMS_Abstract_Integration abstract.


Top ↑

Source Source

File: includes/abstracts/llms.abstract.integration.php


Top ↑

Changelog Changelog

Changelog
Version Description
3.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.