@package: BuddyBossActivity |
Description |
|---|---|
| bp_activity_before_save |
Fires before the current activity item gets saved. |
| 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. |
| bp_activity_feed_rss_attributes |
Fires at the end of the opening RSS tag for feed output so plugins can add extra attributes. |