is_client_error( $sc ) ContentsSource User Contributed Notes Source File: wp-includes/rss.php. View all references function is_client_error ($sc) { return $sc >= 400 && $sc < 500; } View on Trac View on GitHub Top ↑User Contributed Notes You must log in before being able to contribute a note or feedback.