1390*1391* @since 2.1.01392*1393* @param string$location The path orURL to redirect to.1394* @param int$status The HTTP response status code to use.1395*/1396$location=apply_filters('wp_redirect',$location,$status);13971398/**1399* Filters the redirect HTTP response status code to use.1400*1401* @since 2.3.01402*
History
Introduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.