Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #35791, comment 1


Ignore:
Timestamp:
02/09/2016 09:58:12 PM (9 years ago)
Author:
spacedmonkey
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35791, comment 1

    initial v1  
    11If you think of wp_get_sites is a base, the following params are accepted.
    22
    3 array(
     3
    44        'network_id' => $wpdb->siteid,
    55        'public'     => null,
     
    1010        'limit'      => 100,
    1111        'offset'     => 0,
    12 );
     12
    1313
    1414To bring it into line with other functions like get_users, we should add the followings params