WIKI使用導(dǎo)航
站長(zhǎng)百科導(dǎo)航
站長(zhǎng)專題
- 網(wǎng)站推廣
- 網(wǎng)站程序
- 網(wǎng)站賺錢
- 虛擬主機(jī)
- cPanel
- 網(wǎng)址導(dǎo)航專題
- 云計(jì)算
- 微博營(yíng)銷
- 虛擬主機(jī)管理系統(tǒng)
- 開(kāi)放平臺(tái)
- WIKI程序與應(yīng)用
- 美國(guó)十大主機(jī)
WordPress: WPMU Functions/get blog count:修訂間差異
來(lái)自站長(zhǎng)百科
(新頁(yè)面: 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...) |
(沒(méi)有差異)
|
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 update_site_option and get_site_option to set and return value
Return to WordPress:WPMU_Functions