@since: BuddyPress 2.3.0 |
Description |
---|---|
BP_Attachment_Avatar |
BP Attachment Avatar class. |
BP_Attachment_Avatar::__construct() |
Construct Upload parameters. |
BP_Attachment_Avatar::get_avatar_types() |
Gets the available avatar types. |
BP_Attachment_Avatar::set_upload_dir() |
Set Upload Dir data for avatars. |
BP_Attachment_Avatar::validate_upload() |
Avatar specific rules. |
BP_Attachment_Avatar::shrink() |
Maybe shrink the attachment to fit maximum allowed width. |
BP_Attachment_Avatar::is_too_small() |
Check if the image dimensions are smaller than full avatar dimensions. |
bp_core_avatar_scripts() |
Enqueues the css and js required by the Avatar UI. |
bp_upload_dir() |
Set data from the BP root blog’s upload directory. |
bp_get_referer_path() |
Return the URL path of the referring page. |