1405*1406* @since 2.1.01407*1408* @param string$location The path orURL to redirect to.1409* @param int$status The HTTP response status code to use.1410*/1411$location=apply_filters('wp_redirect',$location,$status);14121413/**1414* Filters the redirect HTTP response status code to use.1415*1416* @since 2.3.01417*
History
Introduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.