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