bp_member_total_friend_count()

Output the friend count for the current member in the loop.


Description Description


Source Source

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

function bp_member_total_friend_count() {
	echo bp_get_member_total_friend_count();
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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