is_redirect

The timeline below displays how wordpress function is_redirect has changed across different WordPress versions. If a version is not listed, refer to the next available version below.

WordPress Version: 3.7

function is_redirect($sc)
{
    return $sc >= 300 && $sc < 400;
}