File: bp-activity/classes/class-bp-activity-feed.php |
Description |
---|---|
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. |
bp_activity_{$this->id}_feed |
Fires inside backpat_rss_attributes method for backwards compatibility related to RSS attributes. |
BP_Activity_Feed::backpat_channel_elements() |
Fire a hook to ensure backward compatibility for channel elements. |
bp_activity_{$this->id}_feed_head |
Fires inside backpat_channel_elements method for backwards compatibility related to RSS channel elements. |
BP_Activity_Feed::backpat_item_elements() |
Fire a hook to ensure backward compatibility for item elements. |
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. |