October 27, 2007, 10:12 am
install_blog($blog_id, $blog_title = ”)
Summary: Creates a new blog with the id $blog_id and the title $blog_title
Detail: This is a very complex function that involves calling the upgrade-functions.php file and using a bunch of it’s functions to complete its task. This is definitely a function which – in the absence of a specific need – is better off left on its own and accessed through the API.
Tags: blog_id, blog_title, Functions, install_blog, WordPress