Changeset 51184 for trunk/src/wp-includes/class-wp-site-query.php
- Timestamp:
- 06/19/2021 08:55:52 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-site-query.php
r49946 r51184 153 153 * @type string[] $lang__not_in Array of language IDs to exclude affiliated sites for. Default empty. 154 154 * @type string $search Search term(s) to retrieve matching sites for. Default empty. 155 * @type array$search_columns Array of column names to be searched. Accepts 'domain' and 'path'.155 * @type string[] $search_columns Array of column names to be searched. Accepts 'domain' and 'path'. 156 156 * Default empty array. 157 157 * @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.