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)
Source Source
File: includes/abstracts/llms.abstract.integration.php
public function is_available() { return ( $this->is_installed() && $this->is_enabled() ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: