@package: BuddyBossActivity |
Description |
|---|---|
| BP_Activity_Feed::__isset() |
Magic method for checking the existence of a certain data variable. |
| BP_Activity_Feed::__get() |
Magic method for getting a certain data variable. |
| BP_Activity_Feed::__set() |
Magic method for setting a certain data variable. |
| BP_Activity_Feed::__construct() |
Constructor. |
| bp_activity_enable_feeds |
Filters if BuddyPress should consider feeds enabled. If disabled, it will return early. |
| bp_activity_feed_prefetch |
Fires before the feed is setup so plugins can modify. |
| bp_activity_feed_postfetch |
Fires after the feed is setup so plugins can modify. |
| BP_Activity_Template::next_activity() |
Set up the next activity item and iterate index. |
| BP_Activity_Template::rewind_activities() |
Rewind the posts and reset post index. |
| BP_Activity_Template |
The main activity template loop class. |