数字化技能提升教程,数字化时代生存宝典

数字化百科 / 产品文档 / WordPress:WPMU Functions/get last updated

WordPress:WPMU Functions/get last updated

查看全部产品文档命名空间:WordPress

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

这个函数返回了40篇最近更新的博客列表的数组。

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.
)


[0] => Array
(
[blog_id] =>博客的数据库ID
[domain] =>托管博客的域名。没有 http:// 或者拖尾的斜线。
[path] => 博客域名路径。
)

Return to WordPress:WPMU Functions

返回到 WPMU_Functions