WIKI使用導(dǎo)航
站長百科導(dǎo)航
站長專題
- 網(wǎng)站推廣
- 網(wǎng)站程序
- 網(wǎng)站賺錢
- 虛擬主機(jī)
- cPanel
- 網(wǎng)址導(dǎo)航專題
- 云計算
- 微博營銷
- 虛擬主機(jī)管理系統(tǒng)
- 開放平臺
- WIKI程序與應(yīng)用
- 美國十大主機(jī)
編輯“WordPress:WPMU Functions/get blog count”
該編輯可以被撤銷。 請檢查下面的對比以核實您想要撤銷的內(nèi)容,然后發(fā)布下面的更改以完成撤銷。
最后版本 | 您的文本 | ||
第1行: | 第1行: | ||
Returns a number representing the number of active blogs. | |||
返回數(shù)字,代表活躍的博客的數(shù)目。 | 返回數(shù)字,代表活躍的博客的數(shù)目。 | ||
Input(s): | |||
輸入(s): | 輸入(s): | ||
''$id'' (optional) - if 0 or empty, will use $wpdb->siteid | ''$id'' (optional) - if 0 or empty, will use $wpdb->siteid | ||
''$id'' (optional) - if 0 or empty, will use $wpdb->siteid | |||
Performs a SQL query to ''blogs'' table. | |||
在''博客''表格中執(zhí)行SQL查詢。 | 在''博客''表格中執(zhí)行SQL查詢。 | ||
==Note== | |||
==注意== | ==注意== | ||
Uses update_site_option and get_site_option to set and return value | |||
使用update_site_option 和get_site_option設(shè)置并且返回參數(shù)值 | 使用update_site_option 和get_site_option設(shè)置并且返回參數(shù)值 | ||
---- | |||
Return to [[WordPress:WPMU_Functions]] | |||
---- | ---- | ||
返回到 [[WordPress:WPMU_Functions| WPMU_Functions]] | 返回到 [[WordPress:WPMU_Functions| WPMU_Functions]] |