File: bp-core/bp-core-avatars.php |
Description |
|---|---|
| bp_core_get_allowed_avatar_mimes() |
Get allowed avatar mime types. |
| bp_core_check_avatar_type() |
Does the current avatar upload have an allowed file type? |
| bp_core_get_upload_dir() |
Fetch data from the BP root blog’s upload directory. |
| bp_core_avatar_upload_path() |
Get the absolute upload path for the WP installation. |
| bp_core_avatar_upload_path |
Filters the absolute upload path for the WP installation. |
| bp_core_avatar_url() |
Get the raw base URL for root site upload location. |
| bp_core_avatar_url |
Filters the raw base URL for root site upload location. |
| bp_get_user_has_avatar() |
Check if a given user ID has an uploaded avatar. |
| bp_core_avatar_handle_crop() |
Crop an uploaded avatar. |
| bp_core_pre_avatar_handle_crop |
Filters whether or not to handle cropping. |