is_error( $sc )
未弃用
无
File: wp-includes/rss.php.
wp-includes/rss.php
function is_error ($sc) { return $sc >= 400 && $sc < 600; }
WordPress Github