@since: BuddyPress 2.3.0 |
Description |
---|---|
BP_Attachment::upload() |
Upload the attachment. |
BP_Attachment::validate_mime_types() |
Validate the allowed mime types using WordPress allowed mime types. |
BP_Attachment::validate_upload() |
Specific upload rules. |
BP_Attachment::upload_dir_filter() |
Default filter to save the attachments. |
bp_attachment_upload_dir |
Filters the component’s upload directory. |
BP_Attachment::create_dir() |
Create the custom base directory for the component uploads. |
BP_Attachment::crop() |
Crop an image file. |
BP_Attachment::script_data() |
Build script datas for the Uploader UI. |
BP_Attachment |
BP Attachment class. |
BP_Attachment::__construct() |
Construct Upload parameters. |