apply_filters( 'bp_attachments_get_allowed_types', array $exts , string $type )
Filter here to edit the allowed extensions by attachment type.
Description Description
Parameters Parameters
- $exts
-
List of allowed extensions.
- $type
-
The requested file type.
Source Source
File: bp-core/bp-core-attachments.php
Changelog Changelog
Version | Description |
---|---|
2.4.0 | Introduced. |