bp_core_avatar_full_width()

Get the ‘full’ avatar width setting.

Description

Return

(int) The 'full' width.

Source

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

1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
function bp_core_avatar_full_width() {
 
    /**
     * Filters the 'full' avatar width setting.
     *
     * @since BuddyPress 1.5.0
     *
     * @param int $value Value for the 'full' avatar width setting.
     */
    return apply_filters( 'bp_core_avatar_full_width', bp_core_avatar_dimension( 'full', 'width' ) );
}

Changelog

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.