LLMS_Integration_Buddypress::is_installed()
Checks if the BuddyPress plugin is installed & activated
Contents
Return Return
(bool)
Source Source
File: includes/integrations/class.llms.integration.buddypress.php
public function is_installed() {
return ( class_exists( 'BuddyPress' ) );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |