apply_filters( "bp_get_activity_avatar_object_{$current_activity_item->component}", string $component )
Filters the activity 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_avatar_object_blog, bp_get_activity_avatar_object_group, and bp_get_activity_avatar_object_user.
Parameters Parameters
- $component
-
(string) Component being displayed.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.1.0 | Introduced. |