wpseek.com
A WordPress-centric search engine for devs and theme authors



after_populate_network › WordPress Action Hooks

Since6.9.0
Deprecatedn/a
do_action( 'after_populate_network', $network_id, $domain, $email, $site_name, $path, $subdomain_install )
Parameters: (6)
  • () network_id ID of network created.
    Required: Yes
  • () domain The domain name for the network.
    Required: Yes
  • () email Email address for the network administrator.
    Required: Yes
  • () site_name The name of the network.
    Required: Yes
  • () path The path to append to the network's domain name.
    Required: Yes
  • () subdomain_install Whether the network is a subdomain installation or a subdirectory installation.
    Required: Yes
Defined at:
Codex:

Fires after a network is fully populated.





Source

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