File: bp-activity/classes/class-bp-activity-feed.php |
Description |
---|---|
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. |
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. |