bp_has_options_avatar()

Check to see if there is an options avatar.


Description Description

An options avatar is an avatar for something like a group, or a friend. Basically an avatar that appears in the sub nav options bar.

Not currently used in BuddyPress.


Return Return

(bool) $value Returns true if an options avatar has been set, otherwise false.


Top ↑

Source Source

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

function bp_has_options_avatar() {
	return (bool) buddypress()->bp_options_avatar;
}

Top ↑

User Contributed Notes User Contributed Notes

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