bp_friends_profile_stats( array|string $args = '' )

Display the number of friends in user’s profile.


Description Description


Parameters Parameters

$args

(Optional) before|after|user_id.

Default value: ''


Top ↑

Source Source

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

function bp_friends_profile_stats( $args = '' ) {
	echo bp_friends_get_profile_stats( $args );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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