apply_filters( 'bp_attachments_get_max_upload_file_size', int $fileupload_maxk, string $type )

Filter here to edit the max upload file size.


Description Description


Parameters Parameters

$fileupload_maxk

Max upload file size for any attachment.

$type

The attachment type (eg: 'avatar' or 'cover_image').


Top ↑

Source Source

File: bp-core/bp-core-attachments.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.4.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.