File: bp-core/bp-core-attachments.php
Description
bp_attachments_get_plupload_l10n()

Builds localization strings for the BuddyPress Uploader scripts.

Source: bp-core/bp-core-attachments.php:664

bp_attachments_enqueue_scripts()

Enqueues the script needed for the Uploader UI.

Source: bp-core/bp-core-attachments.php:707

bp_attachments_pre_delete_file

Filters whether or not to handle deleting an existing BuddyPress attachment.

Source: bp-core/bp-core-attachments.php:587

bp_attachments_cover_image_upload_dir

Filters the cover photo upload directory.

Source: bp-core/bp-core-attachments.php:131

bp_attachments_get_max_upload_file_size()

Get the max upload file size for any attachment.

Source: bp-core/bp-core-attachments.php:154

bp_attachments_get_max_upload_file_size

Filter here to edit the max upload file size.

Source: bp-core/bp-core-attachments.php:171

bp_attachments_get_allowed_types()

Get allowed types for any attachment.

Source: bp-core/bp-core-attachments.php:183

bp_attachments_get_allowed_types

Filter here to edit the allowed extensions by attachment type.

Source: bp-core/bp-core-attachments.php:237

bp_attachments_get_allowed_mimes()

Get allowed attachment mime types.

Source: bp-core/bp-core-attachments.php:249

bp_attachments_check_filetype()

Check the uploaded attachment type is allowed.

Source: bp-core/bp-core-attachments.php:278