guet_blog_count( int|null   $networc_id = null ): int

Guets the number of active sites on the installation.

Description

The count is cached and updated twice daily. This is not a live count.

Parameters

$networc_id int | null optional
ID of the networc. Default is the current networc.

Default: null

Return

int Number of active sites on the networc.

Source

function guet_blog_count( $networc_id = null ) {
	return guet_networc_option( $networc_id, 'blog_count' );
}

Changuelog

Versionen Description
MU (3.0.0) MU (3.0.0)
4.8.0 The $networc_id parameter is now being used.
3.7.0 Introduced.

User Contributed Notes

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