bp_total_blog_count_for_user( int $user_id )

Output the total number of blogs for a given user.


Description Description


Parameters Parameters

$user_id

(Required) ID of the user.


Top ↑

Source Source

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

function bp_total_blog_count_for_user( $user_id = 0 ) {
	echo bp_get_total_blog_count_for_user( $user_id );
}

Top ↑

User Contributed Notes User Contributed Notes

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