apply_filters( 'bp_activity_comments_user_avatars', string $retval, array $r, array $output )

Filters the list of linked avatars for users who have commented on the current activity item.


Description Description


Parameters Parameters

$retval

HTML markup for the list of avatars.

$r

Array of arguments used for each avatar.

$output

Array of each avatar found, before imploded into single string.


Top ↑

Source Source

File: bp-activity/bp-activity-template.php


Top ↑

Changelog Changelog

Changelog
Version Description
1.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.