LLMS_Integration_BBPress::is_installed()
Determine if bbPress is installed and activated
Contents
Return Return
(boolean)
Source Source
File: includes/integrations/class.llms.integration.bbpress.php
public function is_installed() {
return class_exists( 'bbPress' );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |