1500*1501* @since 2.3.01502*1503* @param int$status The HTTP response status code to use.1504* @param string$location The path orURL to redirect to.1505*/1506$status=apply_filters('wp_redirect_status',$status,$location);15071508if(!$location){1509returnfalse;1510}15111512if($status<300||399<$status){
History
Introduced in 2.3.0. Unchanged from 6.7.7 through 7.1.0.