WordPress:WPMU Functions/get last updated

来自站长百科
Xxf3325讨论 | 贡献2008年9月26日 (五) 15:35的版本 (新页面: This returns an array of arrays with a list of the 40 most recently updated blogs. Each blog has the following returned; <tt> [0] => Array ( [blog_id] => Database I...)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航、​ 搜索

This returns an array of arrays with a list of the 40 most recently updated blogs.

Each blog has the following returned;

[0] => Array
       (
           [blog_id] => Database ID of the blog
           [domain] => Domain the blog is hosted on.  No http:// or trailing slash.
           [path] => Path on domain to the blog.
       )


Return to WordPress:WPMU_Functions