is_client_error( $sc )
Contents
Description Description
Source Source
File: wp-includes/rss.php
function is_client_error ($sc) {
return $sc >= 400 && $sc < 500;
}
Expand full source code Collapse full source code View on Trac
File: wp-includes/rss.php
function is_client_error ($sc) {
return $sc >= 400 && $sc < 500;
}
Expand full source code Collapse full source code View on Trac