bp_core_get_allowed_avatar_mimes()

Get allowed avatar mime types.


Description Description


Return Return

(array)


Top ↑

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 );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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