LLMS_Abstract_Integration::is_available()

Determine if the integration is enabled via the checkbox on the admin panel and the necessary plugin (if any) is installed and activated


Return Return

(boolean)


Top ↑

Source Source

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

	public function is_available() {
		return ( $this->is_installed() && $this->is_enabled() );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.17.8 Unknown.
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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