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