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)
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.17.8 | Unknown. |
3.0.0 | Introduced. |