W3cubDocs

/WordPress

do_action( ‘wp_initialize_site’, WP_Site $new_site, array $args )

Fires when a site’s initialization routine should be executed.

Parameters

$new_siteWP_Site
New site object.
$argsarray
Arguments for the initialization.

Source

do_action( 'wp_initialize_site', $new_site, $args );

Changelog

Version Description
5.1.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_initialize_site