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().


Top ↑

Source Source

File: bp-core/bp-core-avatars.php


Top ↑

Changelog 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.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.