1494*1495* @since 2.1.01496*1497* @param string$location The path orURL to redirect to.1498* @param int$status The HTTP response status code to use.1499*/1500$location=apply_filters('wp_redirect',$location,$status);15011502/**1503* Filters the redirect HTTP response status code to use.1504*1505* @since 2.3.01506*
History
Introduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.