Codex tools: Log in
Contents |
Performs a safe (local) redirect, using wp_redirect().
Checks whether the $location is using an allowed host, if it has an absolute path. A plugin can therefore set or remove allowed host(s) to or from the list.
If the host is not allowed, then the redirect is to wp-admin on the siteurl instead. This prevents malicious redirects which redirect to another host, but only used in a few places.
<?php wp_safe_redirect( $location, $status ); ?>
Since: 2.3
wp_safe_redirect() is located in wp-includes/pluggable.php