Find out whether a user is a member of a given blog.
2221
Continue readingChecks an email address against a list of banned domains.This function checks against the Banned Email Domains list at wp-admin/network/settings.php. The check is only run on self-registrations; user creation at wp-admin/network/users.php bypasses this check.
2117
Continue readingInstall an empty blog.Creates the new blog tables and options. If calling this function directly, be sure to use switch_to_blog() first, so that $wpdb points to the new blog.
2023
Continue reading