WordPress:WPMU Functions/get blog count

来自站长百科
Xxf3325讨论 | 贡献2008年9月26日 (五) 13:50的版本 (新页面: Returns a number representing the number of active blogs. Input(s): ''$id'' (optional) - if 0 or empty, will use $wpdb->siteid Performs a SQL query to ''blogs'' table. ==Note== Uses u...)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航、​ 搜索

Returns a number representing the number of active blogs.

Input(s): $id (optional) - if 0 or empty, will use $wpdb->siteid

Performs a SQL query to blogs table.

Note

Uses update_site_option and get_site_option to set and return value


Return to WordPress:WPMU_Functions