Changeset 49672 for trunk/src/wp-includes/class-wp-site-query.php
- Timestamp:
- 11/19/2020 06:22:02 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-site-query.php
r49538 r49672 115 115 * Optional. Array or query string of site query parameters. Default empty. 116 116 * 117 * @type array$site__in Array of site IDs to include. Default empty.118 * @type array$site__not_in Array of site IDs to exclude. Default empty.117 * @type int[] $site__in Array of site IDs to include. Default empty. 118 * @type int[] $site__not_in Array of site IDs to exclude. Default empty. 119 119 * @type bool $count Whether to return a site count (true) or array of site objects. 120 120 * Default false. … … 136 136 * @type int $network_id Limit results to those affiliated with a given network ID. If 0, 137 137 * include all networks. Default 0. 138 * @type array$network__in Array of network IDs to include affiliated sites for. Default empty.139 * @type array$network__not_in Array of network IDs to exclude affiliated sites for. Default empty.138 * @type int[] $network__in Array of network IDs to include affiliated sites for. Default empty. 139 * @type int[] $network__not_in Array of network IDs to exclude affiliated sites for. Default empty. 140 140 * @type string $domain Limit results to those affiliated with a given domain. Default empty. 141 141 * @type array $domain__in Array of domains to include affiliated sites for. Default empty.
Note: See TracChangeset
for help on using the changeset viewer.