bp_get_activity_secondary_avatar_link, $link, $activities_template->activity->component
bp_get_activity_secondary_avatar_link, $link, $activities_template->activity->component
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_get_activity_secondary_avatar_link, $link, $activities_template->activity->component') is found 1 times:
- /bp-activity/bp-activity-template.php line 1279
* * @param string $link Link to wrap the avatar image in. * @param string $component Activity component being acted on. */ $link = apply_filters( 'bp_get_activity_secondary_avatar_link', $link, $activities_template->activity->component ); /** * Filters the determined avatar for the secondary activity item. * * @since 1.2.10 *