apply_filters( 'bp_core_avatar_thumb', string $avatar , string $params )
Filters the URL of the ‘thumb’ default avatar.
Description Description
Parameters Parameters
- $avatar
-
URL of the default avatar.
- $params
-
Params provided to bp_core_fetch_avatar().
Source Source
File: bp-core/bp-core-avatars.php
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Added $params . |
1.5.0 | Introduced. |