↧
domain_exists($domain, $path, $site_id = 1)
Summary: Checks for the existence of a given domain within the WordPress MU system. Detail: The return is the blog ID of the main blog when true. Of course, since the blog ID will be 1, this makes...
View Articleinsert_blog($domain, $path, $site_id)
Summary: Creates an entry in the wp_blogs table (or equivalent) for a new blog with the domain $domain, the path $path and within the site $site_id. Detail: This is one of the functions called when a...
View Articlewpmu_create_blog($domain, $path, $title, $user_id, $meta = ”, $site_id = 1)
Summary: High-level function that creates a new blog with the given parameters Detail: This function is a high-level function that combines a number of other functions to create a new blog. It uses...
View Article