apply_filters( 'bp_core_default_avatar', string $avatar , array $params )
Filters the URL of the ‘full’ 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 |
|---|---|
| 8.0.0 | The name of the filter was changed to bp_core_default_avatar. |
| 2.6.0 | Added $params. |
| 1.5.0 | Introduced. |