apply_filters( 'bp_core_fetch_avatar', string $value, array $params, string $html_css_id, string $html_width, string $html_height, string $avatar_folder_url, string $avatar_folder_dir )

Filters an avatar URL wrapped in an <img> element.


Description Description


Parameters Parameters

$value

Subdirectory where the requested avatar should be found.

$params

Array of parameters for the request.

$html_css_id

ID attribute for avatar.

$html_width

Width attribute for avatar.

$html_height

Height attribute for avatar.

$avatar_folder_url

Avatar URL path.

$avatar_folder_dir

Avatar DIR path.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
1.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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