Changeset 49672 for trunk/src/wp-includes/ms-site.php
- Timestamp:
- 11/19/2020 06:22:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-site.php
r49597 r49672 414 414 * Optional. Array or query string of site query parameters. Default empty. 415 415 * 416 * @type array$site__in Array of site IDs to include. Default empty.417 * @type array$site__not_in Array of site IDs to exclude. Default empty.416 * @type int[] $site__in Array of site IDs to include. Default empty. 417 * @type int[] $site__not_in Array of site IDs to exclude. Default empty. 418 418 * @type bool $count Whether to return a site count (true) or array of site objects. 419 419 * Default false. … … 435 435 * @type int $network_id Limit results to those affiliated with a given network ID. If 0, 436 436 * include all networks. Default 0. 437 * @type array$network__in Array of network IDs to include affiliated sites for. Default empty.438 * @type array$network__not_in Array of network IDs to exclude affiliated sites for. Default empty.437 * @type int[] $network__in Array of network IDs to include affiliated sites for. Default empty. 438 * @type int[] $network__not_in Array of network IDs to exclude affiliated sites for. Default empty. 439 439 * @type string $domain Limit results to those affiliated with a given domain. Default empty. 440 440 * @type array $domain__in Array of domains to include affiliated sites for. Default empty.
Note: See TracChangeset
for help on using the changeset viewer.