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
209 210 211 | 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. |