Core Function
View Source on Trac ↗ get_last_updated()
get_last_updated( mixed $deprecated = '', mixed $start = 0, mixed $quantity = 40 ) Gets a list of most recently updated blogs.
Parameters 1 required
| Name / Type | Description |
|---|---|
| $deprecated mixed | Not used. |
| int | $start Optional. Number of blogs to offset the query. Used to build LIMIT clause. Can be used for pagination. Default 0. Required |
| $quantity int | Optional. The maximum number of blogs to retrieve. Default 40. |
Return Value
(array)
The list of blogs.
Function Information
Since Version
MU (3.0.0)
Source File
wp-includes/ms-blogs.php
Advertisement