Changeset 49693 for trunk/src/wp-includes/ms-site.php
- Timestamp:
- 11/24/2020 09:25:46 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-site.php
r49672 r49693 438 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 * @type array$domain__in Array of domains to include affiliated sites for. Default empty.441 * @type array$domain__not_in Array of domains to exclude affiliated sites for. Default empty.440 * @type string[] $domain__in Array of domains to include affiliated sites for. Default empty. 441 * @type string[] $domain__not_in Array of domains to exclude affiliated sites for. Default empty. 442 442 * @type string $path Limit results to those affiliated with a given path. Default empty. 443 * @type array$path__in Array of paths to include affiliated sites for. Default empty.444 * @type array$path__not_in Array of paths to exclude affiliated sites for. Default empty.443 * @type string[] $path__in Array of paths to include affiliated sites for. Default empty. 444 * @type string[] $path__not_in Array of paths to exclude affiliated sites for. Default empty. 445 445 * @type int $public Limit results to public sites. Accepts '1' or '0'. Default empty. 446 446 * @type int $archived Limit results to archived sites. Accepts '1' or '0'. Default empty. … … 449 449 * @type int $deleted Limit results to deleted sites. Accepts '1' or '0'. Default empty. 450 450 * @type int $lang_id Limit results to a language ID. Default empty. 451 * @type array$lang__in Array of language IDs to include affiliated sites for. Default empty.452 * @type array$lang__not_in Array of language IDs to exclude affiliated sites for. Default empty.451 * @type string[] $lang__in Array of language IDs to include affiliated sites for. Default empty. 452 * @type string[] $lang__not_in Array of language IDs to exclude affiliated sites for. Default empty. 453 453 * @type string $search Search term(s) to retrieve matching sites for. Default empty. 454 * @type array$search_columns Array of column names to be searched. Accepts 'domain' and 'path'.454 * @type string[] $search_columns Array of column names to be searched. Accepts 'domain' and 'path'. 455 455 * Default empty array. 456 456 * @type bool $update_site_cache Whether to prime the cache for found sites. Default true.
Note: See TracChangeset
for help on using the changeset viewer.