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


Description Description


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.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: