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.


Top ↑

Return Return

(array)


Top ↑

Source Source

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

	protected function get_integration_settings() {
		return array();
	}


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.