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



is_error › WordPress Function

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

No description yet.



Source

function is_error ($sc) {
	return $sc >= 400 && $sc < 600;
}