Used By
| Used By | Description |
|---|---|
| wp-includes/rss.php: fetch_rss() | Build Magpie object based on RSS from URL. |
File: wp-includes/rss.php
function is_success ($sc) {
return $sc >= 200 && $sc < 300;
}
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/is_success