mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Provides a consistent way to query `$wpdb->blogs` for `WP_Site` objects based on domain, path, site ID, network ID, and more. Introduces and uses `update_site_cache()` and `_prime_site_caches()` to maintain a cached list of `WP_Site` objects for use in multiple queries. Props spacedmonkey, flixos90, DrewAPicture, jeremyfelt, ocean90. See #35791. git-svn-id: https://develop.svn.wordpress.org/trunk@37477 602fd350-edb4-49c9-b593-d223f7449a82 |
||
|---|---|---|
| .. | ||
| bootstrap.php | ||
| getSpaceAllowed.php | ||
| getSpaceUsed.php | ||
| isEmailAddressUnsafe.php | ||
| isUploadSpaceAvailable.php | ||
| ms-files-rewriting.php | ||
| network.php | ||
| site.php | ||
| siteQuery.php | ||
| updateBlogDetails.php | ||
| uploadIsUserOverQuota.php | ||
| wpmuValidateUserSignup.php | ||