bp_core_get_allowed_avatar_mimes()
Get allowed avatar mime types.
Description Description
Return Return
(array)
Source Source
File: bp-core/bp-core-avatars.php
function bp_core_get_allowed_avatar_mimes() { $allowed_types = bp_core_get_allowed_avatar_types(); return bp_attachments_get_allowed_mimes( 'avatar', $allowed_types ); }
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |