File: bp-activity/classes/class-bp-activity-feed.php |
Description |
|---|---|
| bp_activity_{$id}_feed_item |
Fires inside backpat_item_elements method for backwards compatibility related to RSS item elements. |
| BP_Activity_Feed::feed_content() |
Output the feed’s item content. |
| BP_Activity_Feed::http_headers() |
Sets various HTTP headers related to Content-Type and browser caching. |
| BP_Activity_Feed::output() |
Output the RSS feed. |
| 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_Feed |
Create a RSS feed using the activity component. |