after_populate_network

after_populate_network

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.9

do_action('after_populate_network') is found 1 times:

  • /wp-admin/includes/schema.php line 1215
    	 * @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.