apply_filters( 'bp_attachment_avatar_script_data', array $script_data , string $object )
Use this filter to override/extend the avatar script data.
Parameters Parameters
- $script_data
-
(array) The avatar script data.
- $object
-
(string) The object the avatar belongs to (eg: user or group).
Source Source
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |