Description
Get a list of most recently updated blogs.
Usage
<?php get_last_updated( $deprecated, $start, $quantity ) ?>
Parameters
- $deprecated
- (mixed) (optional) Not used
- Default: empty string
- $start
- (integer) (optional) The offset
- Default: 0
- $quantity
- (integer) (optional) The maximum number of blogs to retrieve.
- Default: 40
Return Values
- (array)
- The list of blogs
Examples
Notes
The $start offset specifies how many recent blogs to skip over. This is useful for pagination.
Change Log
Since: 3.0.0
Source File
get_last_updated() is located in wp-includes/ms-blogs.php
Related