Changes between Initial Version and Version 1 of Ticket #35791, comment 1
- Timestamp:
- 02/09/2016 09:58:12 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35791, comment 1
initial v1 1 1 If you think of wp_get_sites is a base, the following params are accepted. 2 2 3 array( 3 4 4 'network_id' => $wpdb->siteid, 5 5 'public' => null, … … 10 10 'limit' => 100, 11 11 'offset' => 0, 12 ); 12 13 13 14 14 To bring it into line with other functions like get_users, we should add the followings params