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