1400*1401* @since 2.3.01402*1403* @param int$status The HTTP response status code to use.1404* @param string$location The path orURL to redirect to.1405*/1406$status=apply_filters('wp_redirect_status',$status,$location);14071408if(!$location){1409returnfalse;1410}14111412if($status<300||399<$status){
History
Introduced in 2.3.0. Unchanged from 6.7.7 through 7.1.0.