1486*1487* @since 2.1.01488*1489* @param string$location The path orURL to redirect to.1490* @param int$status The HTTP response status code to use.1491*/1492$location=apply_filters('wp_redirect',$location,$status);14931494/**1495* Filters the redirect HTTP response status code to use.1496*1497* @since 2.3.01498*
History
Introduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.