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_rss_attributes |
Fires at the end of the opening RSS tag for feed output so plugins can add extra attributes. |
bp_activity_feed_channel_elements |
Fires at the end of channel elements list in RSS feed so plugins can add extra channel elements. |
bp_activity_feed_item_elements |
Fires at the end of the individual RSS Item list in RSS feed so plugins can add extra item elements. |
BP_Activity_Feed::setup_properties() |
Setup and validate the class properties. |
BP_Activity_Feed::setup_hooks() |
Setup some hooks that are used in the feed. |
BP_Activity_Feed::backpat_rss_attributes() |
Fire a hook to ensure backward compatibility for RSS attributes. |