do_action( ‘before_populate_network’, int $network_id, string $domain, string $email, string $site_name, string $path, bool $subdomain_install )

In this article

Fires before a network is populated.

Parameters

$network_idint
ID of network to populate.
$domainstring
The domain name for the network.
$emailstring
Email address for the network administrator.
$site_namestring
The name of the network.
$pathstring
The path to append to the network’s domain name.
$subdomain_installbool
Whether the network is a subdomain installation or a subdirectory installation.

Source

do_action( 'before_populate_network', $network_id, $domain, $email, $site_name, $path, $subdomain_install );

Changelog

VersionDescription
6.9.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.