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. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.