This page redirects to an external site: https://developer.wordpress.org/reference/functions/wpmu_create_blog/
Creates a new blog (multisite).
This function runs when a user self-registers a new site as well as when a Super Admin creates a new site. Hook to 'wpmu_new_blog' for events that should affect all new sites.
On subdirectory installs, $domain is the same as the main site's domain, and the path is the subdirectory name (eg 'example.com' and '/blog1/'). On subdomain installs, $domain is the new subdomain + root domain (eg 'blog1.example.com'), and $path is '/'.
<code style="color: #000000"><span style="color: #0000BB"><?php wpmu_create_blog</span><span style="color: #007700">( </span><span style="color: #0000BB">$domain</span><span style="color: #007700">, </span><span style="color: #0000BB">$path</span><span style="color: #007700">, </span><span style="color: #0000BB">$title</span><span style="color: #007700">, </span><span style="color: #0000BB">$user_id</span><span style="color: #007700">, </span><span style="color: #0000BB">$meta</span><span style="color: #007700">, </span><span style="color: #0000BB">$site_id </span><span style="color: #007700">) </span><span style="color: #0000BB">?></span></code>
Since: MU
wpmu_create_blog() is located in wp-includes/ms-functions.php