WIKI使用導(dǎo)航
站長百科導(dǎo)航
站長專題
- 網(wǎng)站推廣
- 網(wǎng)站程序
- 網(wǎng)站賺錢
- 虛擬主機(jī)
- cPanel
- 網(wǎng)址導(dǎo)航專題
- 云計(jì)算
- 微博營銷
- 虛擬主機(jī)管理系統(tǒng)
- 開放平臺(tái)
- WIKI程序與應(yīng)用
- 美國十大主機(jī)
WordPress:WPMU Functions/get blog count
來自站長百科
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