1490*1491* @since 2.1.01492*1493* @param string$location The path orURL to redirect to.1494* @param int$status The HTTP response status code to use.1495*/1496$location=apply_filters('wp_redirect',$location,$status);14971498/**1499* Filters the redirect HTTP response status code to use.1500*1501* @since 2.3.01502*
History
Introduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.