apply_filters( 'wp_initialize_site_args', array $args, WP_Site $site, WP_Network $network )

Filters the arguments for initializing a site.


Parameters

$args

Arguments to modify the initialization behavior.

$site

Site that is being initialized.

$network

Network that the site belongs to.


Source

File: wp-includes/ms-site.php

View on GitHub



Changelog

Changelog
Version Description
5.1.0 Introduced.