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