get_blog_count [ WordPress Function ]
get_blog_count ( $id = 0 )
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
Soorgelijke functies: get_blog_post, get_blog_option, get_blog_list, get_blogs_of_user, get_comment_count
The number of active sites on your installation.
The count is cached and updated twice daily. This is not a live count.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- WPMU Functions/get blog count « WordPress Codex
Description. Returns the number of active blogs on this WPMU install or specific site. Parameters. $id: (integer) (Optional) The ID of the site (listed in wp_site) to ...
codex.wordpress.org - #12531 (Improve get_blog_count(), get_user_count() and ...
More information in get_blog_count() and get_user_count() (I use/need this information for #12460). I also remove get_sitestats() because we have the two other ...
core.trac.wordpress.org - get_blog_count | A HitchHackers guide through WordPress
Feb 12, 2011 ... int $id: Optional. A site_id. Source code. function get_blog_count( $id = 0 ) { return get_site_option( 'blog_count' ); }. 1206. Share this: ...
hitchhackerguide.com - get_blog_count (WordPress Function) - WPSeek.com
WordPress lookup for get_blog_count, a WordPress Function. wpseek.com is a WordPress-centric search tool for developers and theme authors.
wpseek.com