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
-
Component being displayed.
Source Source
File: bp-activity/bp-activity-template.php
Changelog Changelog
Version | Description |
---|---|
1.2.10 | Introduced. |