@since: BuddyPress 1.8.0 |
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_Feed::backpat_channel_elements() |
Fire a hook to ensure backward compatibility for channel elements. |
BP_Activity_Feed::backpat_item_elements() |
Fire a hook to ensure backward compatibility for item elements. |
BP_Activity_Feed::feed_content() |
Output the feed’s item content. |
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. |
bp_activity_enable_feeds |
Filters if BuddyPress should consider feeds enabled. If disabled, it will return early. |
bp_activity_feed_prefetch |
Fires before the feed is setup so plugins can modify. |