wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



after_populate_network › WordPress Action Hooks

Seit6.9.0
Veraltetn/v
do_action( 'after_populate_network', $network_id, $domain, $email, $site_name, $path, $subdomain_install )
Parameter: (6)
  • () network_id ID of network created.
    Erforderlich: Ja
  • () domain The domain name for the network.
    Erforderlich: Ja
  • () email Email address for the network administrator.
    Erforderlich: Ja
  • () site_name The name of the network.
    Erforderlich: Ja
  • () path The path to append to the network's domain name.
    Erforderlich: Ja
  • () subdomain_install Whether the network is a subdomain installation or a subdirectory installation.
    Erforderlich: Ja
Definiert in:
Codex:

Fires after a network is fully populated.





Quellcode

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