bp_total_blog_count_for_user( int $user_id )
Output the total number of blogs for a given user.
Description
Parameters
- $user_id
-
(Required) ID of the user.
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 ); }
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.