bp_activity_ . $this->id . _feed
bp_activity_ . $this->id . _feed
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_activity_ . $this->id . _feed') is found 1 times:
- /bp-activity/classes/class-bp-activity-feed.php line 249
* 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' ); } /** * Fire a hook to ensure backward compatibility for channel elements. * * @since 1.8.0