wpseek.com
A WordPress-centric search engine for devs and theme authors
wp-includes/ms-deprecated.php › WordPress File
Functions23
› Deprecated functions from WordPress MU and the multisite feature. You shouldn't
use these functions and look for the alternatives instead. The functions will be
removed in a later version.
Function | Short description |
---|---|
clear_global_post_cache | Deprecated functionality to clear the global post cache. |
create_empty_blog | Create an empty blog. |
generate_random_password | Generates a random password. |
get_admin_users_for_domain | Get the admin for a domain/path combination. |
get_blogaddress_by_domain | Get a full site URL, given a domain and a path. |
get_blog_list | Deprecated functionality to retrieve a list of all sites. |
get_dashboard_blog | Get the "dashboard blog", the blog where users without a blog edit their profile data. |
get_most_active_blogs | Deprecated functionality to retrieve a list of the most active sites. |
get_user_details | Deprecated functionality to retrieve user information. |
get_user_id_from_string | Get a numeric user ID from either an email address or a login. |
global_terms | Maintains a canonical list of terms by syncing terms created for each blog with the global terms table. |
graceful_fail | Deprecated functionality to gracefully fail. |
insert_blog | Store basic site info in the blogs table. |
install_blog | Install an empty blog. |
install_blog_defaults | Set blog defaults. |
is_main_blog | Deprecated functionality to determine if the current site is the main site. |
is_site_admin | Determine if user is a site admin. |
is_user_option_local | Check whether a usermeta key has to do with the current blog. |
update_user_status | Update the status of a user in the database. |
validate_email | Deprecated functionality to validate an email address. |
wpmu_admin_do_redirect | Redirect a user based on $_GET or $_POST arguments. |
wpmu_admin_redirect_add_updated_param | Adds an 'updated=true' argument to a URL. |
wp_get_sites | Return an array of sites for a network or networks. |