LLMS_Abstract_Integration::add_settings( array $settings )

Merge the default abstract settings with the actual integration settings


Description Description

Automatically called via filter upon construction.


Top ↑

Parameters Parameters

$settings

(array) (Required) Existing settings from other integrations.


Top ↑

Return Return

(array)


Top ↑

Source Source

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

	public function add_settings( $settings ) {
		return array_merge( $settings, $this->get_settings() );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.17.8 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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