WIKI使用導航
站長百科導航
站長專題
- 網(wǎng)站推廣
- 網(wǎng)站程序
- 網(wǎng)站賺錢
- 虛擬主機
- cPanel
- 網(wǎng)址導航專題
- 云計算
- 微博營銷
- 虛擬主機管理系統(tǒng)
- 開放平臺
- WIKI程序與應用
- 美國十大主機
編輯“WordPress:WPMU Functions/get blog details”
該編輯可以被撤銷。 請檢查下面的對比以核實您想要撤銷的內(nèi)容,然后發(fā)布下面的更改以完成撤銷。
最后版本 | 您的文本 | ||
第1行: | 第1行: | ||
Gets general blog information (pulls from table wp_blogs). | |||
得到一般的博客信息(來自表格wp_blogs)。 | 得到一般的博客信息(來自表格wp_blogs)。 | ||
Data this can return for a single blog includes: | |||
單一博客的數(shù)據(jù)包括: | 單一博客的數(shù)據(jù)包括: | ||
?? blog_id | ?? blog_id | ||
?? site_id | ?? site_id | ||
第14行: | 第18行: | ||
?? deleted | ?? deleted | ||
?? lang_id | ?? lang_id | ||
? blog_id | |||
? site_id | |||
? domain | |||
? path | |||
? registered | |||
? last_updated | |||
? public | |||
? archived | |||
? mature | |||
? spam | |||
? deleted | |||
? lang_id | |||
==Usage== | |||
==用法== | ==用法== | ||
To return all items, use the following syntax: | |||
要返回所有的內(nèi)容,請使用下面的語法: | 要返回所有的內(nèi)容,請使用下面的語法: | ||
?? $result = get_blog_details($blogId); | ?? $result = get_blog_details($blogId); | ||
? $result = get_blog_details($blogId); | |||
To return a single item, you can use the following: | |||
你返回某一個內(nèi)容,你可以使用下面的語法: | 你返回某一個內(nèi)容,你可以使用下面的語法: | ||
?? $result = get_blog_details($blogId)->path; | ?? $result = get_blog_details($blogId)->path; | ||
---- | ---- | ||
? $result = get_blog_details($blogId)->path; | |||
---- | |||
Return to [[WordPress:WPMU_Functions]] | |||
返回到 [[WordPress:WPMU_Functions| WPMU_Functions]] | 返回到 [[WordPress:WPMU_Functions| WPMU_Functions]] |