is_client_error( $sc )


Description Description


Source Source

File: wp-includes/rss.php

function is_client_error ($sc) {
	return $sc >= 400 && $sc < 500;
}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.