apply_filters( "bp_get_activity_secondary_avatar_object_{$activities_template->activity->component}", string $object )
Filters the activity secondary avatar object based on current activity item component.
Description Description
This is a variable filter dependent on the component used. Possible hooks are bp_get_activity_secondary_avatar_object_blog, bp_get_activity_secondary_avatar_object_group, and bp_get_activity_secondary_avatar_object_user.
Parameters Parameters
- $object
-
(string) Component being displayed.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.2.10 | Introduced. |