bp_get_options_avatar()

Output the options avatar.


Description Description

Not currently used in BuddyPress.


Source Source

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

function bp_get_options_avatar() {
	echo apply_filters( 'bp_get_options_avatar', buddypress()->bp_options_avatar );
}

Top ↑

User Contributed Notes User Contributed Notes

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