@since: BuddyPress 1.8.0 |
Description |
---|---|
BP_Activity_Feed::feed_content() |
Output the feed’s item content. |
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_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::__isset() |
Magic method for checking the existence of a certain data variable. |
BP_Activity_Feed::__get() |
Magic method for getting a certain data variable. |
BP_Activity_Feed::__construct() |
Constructor. |