Description
Fires when a site's initialization routine should be executed.
Occurrences
Filename | Line Number |
---|---|
wp-includes/ms-site.php | 105 |
Parameters
Type | Name | Description |
---|---|---|
WP_Site | $new_site | New site object. |
array | $args | Arguments for the initialization. |
PHP Doc
/**
* Fires when a site's initialization routine should be executed.
*
* @since 5.1.0
*
* @param WP_Site $new_site New site object.
* @param array $args Arguments for the initialization.
*/