bp_total_mention_count_for_user( int $user_id )

Output the total mention count for a specified user.


Description Description

See also See also


Top ↑

Parameters Parameters

$user_id

(Required) See bp_get_total_mention_count_for_user().


Top ↑

Source Source

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

function bp_total_mention_count_for_user( $user_id = 0 ) {
	echo bp_get_total_mention_count_for_user( $user_id );
}

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.