Skip to content

Instantly share code, notes, and snippets.

@jakefentress
Created May 14, 2014 18:44
Show Gist options
  • Save jakefentress/b7a33439045b268f6571 to your computer and use it in GitHub Desktop.
Save jakefentress/b7a33439045b268f6571 to your computer and use it in GitHub Desktop.
WordPress Multisite Network Info
<?php if( is_multisite() ): ?>
The <a href="<?php echo esc_url( get_site_option( 'siteurl' ) ); ?>"><?php echo esc_html( get_site_option( 'site_name' ) ); ?> network</a> currently powers <strong><?php echo get_blog_count(); ?></strong> websites and <strong><?php echo get_user_count(); ?></strong> users.
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment