File: bp-activity/classes/class-bp-activity-feed.php |
Description |
---|---|
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_rss_attributes |
Fires at the end of the opening RSS tag for feed output so plugins can add extra attributes. |
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. |
BP_Activity_Feed::__isset() |
Magic method for checking the existence of a certain data variable. |