is_redirect( $sc ) Source File: wp-includes/rss.php function is_redirect ($sc) { return $sc >= 300 && $sc < 400; } Expand Source Code View on GitHub