Fires after a network is fully populated.
$network_idint$domainstring$emailstring$site_namestring$pathstring$subdomain_installboolwp-admin/includes/schema.php:1214populate_network()<?php * @param string $domain The domain name for the network. * @param string $email Email address for the network administrator. * @param string $site_name The name of the network. * @param string $path The path to append to the network's domain name. * @param bool $subdomain_install Whether the network is a subdomain installation or a subdirectory installation. */ do_action( 'after_populate_network', $network_id, $domain, $email, $site_name, $path, $subdomain_install ); return true;} /** * Creates WordPress network meta and sets the default values.Introduced in 6.9.0. Unchanged from 6.9.7 through 7.1.0.
Signature, return type and hooks compared across 3 parsed releases.