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 |
Create a RSS feed using the activity component. |
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::__set() |
Magic method for setting a certain data variable. |
BP_Activity_Feed::__construct() |
Constructor. |
bp_activity_enable_feeds |
Filters if BuddyPress should consider feeds enabled. If disabled, it will return early. |