@since: BuddyPress 1.7.0
Description
BuddyPress::__construct()

A dummy constructor to prevent BuddyPress from being loaded more than once.

Source: class-buddypress.php:162

BuddyPress::__clone()

A dummy magic method to prevent BuddyPress from being cloned.

Source: class-buddypress.php:170

BuddyPress::__wakeup()

A dummy magic method to prevent BuddyPress from being unserialized.

Source: class-buddypress.php:178

BuddyPress::__isset()

Magic method for checking the existence of a certain custom field.

Source: class-buddypress.php:190

bp_get_blog_latest_post_permalink()

Return the permalink of the latest post on the current blog in the loop.

Source: bp-blogs/bp-blogs-template.php:791

bp_get_blog_latest_post_permalink

Filters the permalink of the latest post on the current blog in the loop.

Source: bp-blogs/bp-blogs-template.php:807

bp_blog_latest_post_content()

Output the content of the latest post on the current blog in the loop.

Source: bp-blogs/bp-blogs-template.php:815

bp_get_blog_latest_post_content()

Return the content of the latest post on the current blog in the loop.

Source: bp-blogs/bp-blogs-template.php:827

bp_get_blog_latest_post_content

Filters the content of the latest post on the current blog in the loop.

Source: bp-blogs/bp-blogs-template.php:843

bp_blog_latest_post_featured_image()

Output the featured image of the latest post on the current blog in the loop.

Source: bp-blogs/bp-blogs-template.php:855