wp_initialize_site WordPress Action Hook

The wp_initialize_site hook is called after a site has been created or updated. It is used to do any necessary initialization tasks for the site.

do_action( 'wp_initialize_site', WP_Site $new_site, array $args ) #

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


Parameters

$new_site

(WP_Site)New site object.

$args

(array)Arguments for the initialization.


Top ↑

Source

File: wp-includes/ms-site.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
5.1.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.