BP_Activity_Feed::backpat_channel_elements()
Fire a hook to ensure backward compatibility for channel elements.
Description Description
Source Source
File: bp-activity/classes/class-bp-activity-feed.php
public function backpat_channel_elements() {
/**
* Fires inside backpat_channel_elements method for backwards compatibility related to RSS channel elements.
*
* This hook was originally separated out for individual components but has since been abstracted into the BP_Activity_Feed class.
*
* @since 1.0.0
*/
do_action( 'bp_activity_' . $this->id . '_feed_head' );
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.8.0 | Introduced. |