wpseek.com
A WordPress-centric search engine for devs and theme authors



is_client_error › WordPress Function

Sincen/a
Deprecatedn/a
is_client_error ( $sc )
Defined at:
Codex:

No description yet.



Source

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