Used By
| Used By | Description |
|---|---|
| wp-includes/ms-site.php: wp_is_site_initialized() | Checks whether a site is initialized. |
Filters the check for whether a site is initialized before the database is accessed.
Returning a non-null value will effectively short-circuit the function, returning that value instead.
(bool|null) The value to return instead. Default null to continue with the check.
(int) The site ID that is being checked.
File: wp-includes/ms-site.php
| Version | Description |
|---|---|
| 5.1.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/pre_wp_is_site_initialized