File: bp-core/bp-core-avatars.php |
Description |
---|---|
bp_core_avatar_default |
Filters the URL of the ‘full’ default avatar. |
bp_core_default_avatar_{$params[‘object’]} |
Filters the avatar default when Gravatar is not used. |
bp_core_delete_existing_avatar() |
Delete an existing avatar. |
bp_core_pre_delete_existing_avatar |
Filters whether or not to handle deleting an existing avatar. |
bp_core_delete_existing_avatar |
Fires after deleting an existing avatar. |
bp_avatar_ajax_delete() |
Ajax delete an avatar for a given object and item id. |
bp_core_avatar_handle_upload() |
Handle avatar uploading. |
bp_core_pre_avatar_handle_upload |
Filters whether or not to handle uploading. |
bp_avatar_ajax_upload() |
Ajax upload an avatar. |
bp_core_avatar_ajax_upload_params |
Filter here to deal with other components. |