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