@since: BuddyPress 1.7.0 |
Description |
---|---|
BuddyPress::instance() |
Main BuddyPress Instance. |
BuddyPress::__construct() |
A dummy constructor to prevent BuddyPress from being loaded more than once. |
BuddyPress::__clone() |
A dummy magic method to prevent BuddyPress from being cloned. |
BuddyPress::__wakeup() |
A dummy magic method to prevent BuddyPress from being unserialized. |
bp_blog_latest_post_permalink() |
Output the permalink of the latest post on the current blog in the loop. |
bp_get_blog_latest_post_permalink() |
Return the permalink of the latest post on the current blog in the loop. |
bp_get_blog_latest_post_permalink |
Filters the permalink of the latest post on the current blog in the loop. |
bp_blog_latest_post_content() |
Output the content of the latest post on the current blog in the loop. |
bp_get_blog_latest_post_content() |
Return the content of the latest post on the current blog in the loop. |
bp_get_blog_latest_post_content |
Filters the content of the latest post on the current blog in the loop. |