apply_filters( "bp_core_default_avatar_{$params[‘object’]}", string $value , array $params )
Filters the avatar default when Gravatar is not used.
Description Description
This is a variable filter dependent on the avatar type being requested.
Parameters Parameters
- $value
-
Default avatar for non-gravatar requests.
- $params
-
Array of parameters for the avatar request.
Source Source
File: bp-core/bp-core-avatars.php
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |