buddypress()

Helper for BuddyPress 1.6 and earlier


Description Description


Return Return

(BuddyPress)


Top ↑

Source Source

File: includes/core/extend.php

		function buddypress() {
			return isset( $GLOBALS['bp'] ) ? $GLOBALS['bp'] : false;
		}

Top ↑

Changelog Changelog

Changelog
Version Description
2.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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