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