久久精品水蜜桃av综合天堂,久久精品丝袜高跟鞋,精品国产肉丝袜久久,国产一区二区三区色噜噜,黑人video粗暴亚裔

WordPress: WPMU Functions/get blog details:修訂間差異

來自站長百科
跳轉(zhuǎn)至: 導(dǎo)航、? 搜索
(新頁面: Gets general blog information (pulls from table wp_blogs). Data this can return for a single blog includes: blog_id site_id domain path registered last_updated public ...)
(沒有差異)

2008年9月26日 (五) 13:55的版本

Gets general blog information (pulls from table wp_blogs).

Data this can return for a single blog includes:

 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:

 $result = get_blog_details($blogId);

To return a single item, you can use the following:

 $result = get_blog_details($blogId)->path;

Return to WordPress:WPMU_Functions