LLMS_Integration_Buddypress::is_installed()

Checks if the BuddyPress plugin is installed & activated


Return Return

(bool)


Top ↑

Source Source

File: includes/integrations/class.llms.integration.buddypress.php

	public function is_installed() {
		return ( class_exists( 'BuddyPress' ) );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.