bp_total_blog_count()

Output the total number of blogs on the site.


Description Description


Source Source

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

function bp_total_blog_count() {
	echo bp_get_total_blog_count();
}

Top ↑

User Contributed Notes User Contributed Notes

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