@since: BuddyPress 2.3.0
Description
bp_avatar_is_front_edit()

Checks whether Avatar UI should be loaded.

Source: bp-core/bp-core-avatars.php:2075

bp_avatar_is_front_edit

Use this filter if you need to : – Load the avatar UI for a component that is !groups or !user (return true regarding your conditions) – Completely disable the avatar UI introduced in 2.3 (eg: __return_false())

Source: bp-core/bp-core-avatars.php:2107

bp_avatar_use_webcam()

Checks whether the Webcam Avatar UI part should be loaded.

Source: bp-core/bp-core-avatars.php:2120

bp_avatar_use_webcam

Use this filter if you need to disable the webcam capture feature by returning false.

Source: bp-core/bp-core-avatars.php:2148

bp_avatar_get_templates()

Template function to load the Avatar UI javascript templates.

Source: bp-core/bp-core-avatars.php:2156

bp_avatar_template_check()

Trick to check if the theme’s BuddyPress templates are up to date.

Source: bp-core/bp-core-avatars.php:2172

bp_core_get_allowed_avatar_types()

Get allowed avatar types.

Source: bp-core/bp-core-avatars.php:1576

bp_core_get_allowed_avatar_types

Filters the list of allowed image types.

Source: bp-core/bp-core-avatars.php:1586

bp_core_get_allowed_avatar_mimes()

Get allowed avatar mime types.

Source: bp-core/bp-core-avatars.php:1604

bp_avatar_ajax_set()

Ajax set an avatar for a given object and item id.

Source: bp-core/bp-core-avatars.php:1335