is_success( $sc ) ContentsDescription Source Related Used By User Contributed Notes Description #Description Source #Source File: wp-includes/rss.php function is_success ($sc) { return $sc >= 200 && $sc < 300; } Expand full source code Collapse full source code View on Trac Top ↑Related #Related Top ↑Used By #Used By Used By Used By Description wp-includes/rss.php: fetch_rss() Build Magpie object based on RSS from URL. Top ↑User Contributed Notes #User Contributed Notes You must log in before being able to contribute a note or feedback.
Top ↑Used By #Used By Used By Used By Description wp-includes/rss.php: fetch_rss() Build Magpie object based on RSS from URL.