Archive | /wp-includes/ms-functions.php RSS feed for this section

is_email_address_unsafe

Checks 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 reading

install_blog

Install 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