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