WIKI使用導(dǎo)航
站長百科導(dǎo)航
站長專題
- 網(wǎng)站推廣
- 網(wǎng)站程序
- 網(wǎng)站賺錢
- 虛擬主機
- cPanel
- 網(wǎng)址導(dǎo)航專題
- 云計算
- 微博營銷
- 虛擬主機管理系統(tǒng)
- 開放平臺
- WIKI程序與應(yīng)用
- 美國十大主機
編輯“WordPress:WPMU Functions/get blog option”
該編輯可以被撤銷。 請檢查下面的對比以核實您想要撤銷的內(nèi)容,然后發(fā)布下面的更改以完成撤銷。
最后版本 | 您的文本 | ||
第1行: | 第1行: | ||
Returns data on a specific blog (pulls from the wp_#_options table). | Returns data on a specific blog (pulls from the wp_#_options table). | ||
You can get the following items: | You can get the following items: | ||
?? siteurl | ?? siteurl | ||
第75行: | 第35行: | ||
==Usage== | ==Usage== | ||
To get the blog name, you would use the following: | To get the blog name, you would use the following: | ||
?? get_blog_option($blogId,'blogname') | ?? get_blog_option($blogId,'blogname') | ||
第89行: | 第43行: | ||
Return to [[WordPress:WPMU_Functions]] | Return to [[WordPress:WPMU_Functions]] | ||