bp_core_avatar_thumb_height()
Get the ‘thumb’ avatar height setting.
Description
Return
(int) The 'thumb' height.
Source
File: bp-core/bp-core-avatars.php
function bp_core_avatar_thumb_height() {
/**
* Filters the 'thumb' avatar height setting.
*
* @since BuddyPress 1.5.0
*
* @param int $value Value for the 'thumb' avatar height setting.
*/
return apply_filters( 'bp_core_avatar_thumb_height', bp_core_avatar_dimension( 'thumb', 'height' ) );
}
Changelog
| Version | Description |
|---|---|
| BuddyPress 1.5.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.