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