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