1415*1416* @since 2.3.01417*1418* @param int$status The HTTP response status code to use.1419* @param string$location The path orURL to redirect to.1420*/1421$status=apply_filters('wp_redirect_status',$status,$location);14221423if(!$location){1424returnfalse;1425}14261427if($status<300||399<$status){
History
Introduced in 2.3.0. Unchanged from 6.7.7 through 7.1.0.