apply_filters( 'bp_core_avatar_dimension', int|bool $dim , string $type , string $h_or_w )
Filters the avatar dimension setting.
Description Description
Parameters Parameters
- $dim
-
Dimension setting for the type.
- $type
-
The type of avatar whose dimensions are requested. Default 'thumb'.
- $h_or_w
-
The dimension parameter being requested. Default 'height'.
Source Source
File: bp-core/bp-core-avatars.php
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |