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

wpmu_admin_redirect_add_updated_param

Adds an ‘updated=true’ argument to a URL.

17370

Continue reading

wpmu_admin_do_redirect

Redirect a user based on $_GET or $_POST arguments.The function looks for redirect arguments in the following order: 1) $_GET[‘ref’] 2) $_POST[‘ref’] 3) $_SERVER[‘HTTP_REFERER’] 4) $_GET[‘redirect’] 5) $_POST[‘redirect’] 6) $url

17367

Continue reading

is_site_admin

Determine if user is a site admin.Plugins should use is_multisite() instead of checking if this function exists to determine if multisite is enabled.

2187

Continue reading