Parsed: 122065
<?php /** * 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. * * @package WordPress * @subpackage Deprecated * @since 3.0.0 */ /* * Deprecated functions come here to die. */ /* function get_dashboard_blog() – Get the "dashboard blog", the blog where users without a blog edit their profile data. */ /* function generate_random_password() – Generates a random password. */ /* function is_site_admin() – Determine if user is a site admin. */ if ( !function_exists( 'graceful_fail' ) ) : /* function graceful_fail() – Deprecated functionality to gracefully fail. */ endif; /* function get_user_details() – Deprecated functionality to retrieve user information. */ /* function clear_global_post_cache() – Deprecated functionality to clear the global post cache. */ /* function is_main_blog() – Deprecated functionality to determin if the current site is the main site. */ /* function validate_email() – Deprecated functionality to validate an email address. */ /* function get_blog_list() – Deprecated functionality to retrieve a list of all sites. */ /* function get_most_active_blogs() – Deprecated functionality to retrieve a list of the most active sites. */ /* function wpmu_admin_do_redirect() – Redirect a user based on $_GET or $_POST arguments. */ /* function wpmu_admin_redirect_add_updated_param() – Adds an ‘updated=true’ argument to a URL. */ /* function get_user_id_from_string() – Get a numeric user ID from either an email address or a login. */ /* function get_blogaddress_by_domain() – Get a full blog URL, given a domain and a path. */ /* function create_empty_blog() – Create an empty blog. */ /* function get_admin_users_for_domain() – Get the admin for a domain/path combination. */ /* function wp_get_sites() – Return an array of sites for a network or networks. */ /* function is_user_option_local() – Check whether a usermeta key has to do with the current blog. */ /* function insert_blog() – Store basic site info in the blogs table. */ /* function install_blog() – Install an empty blog. */ /* function install_blog_defaults() – Set blog defaults. */ /* function update_user_status() – Update the status of a user in the database. */ /* function global_terms() – Maintains a canonical list of terms by syncing terms created for each blog with the global terms table. */