wordpress / latest / functions / is_success.html

is_success( $sc )

Source

File: wp-includes/rss.php. View all references

function is_success ($sc) {
	return $sc >= 200 && $sc < 300;
}

Used By

Used By Description

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/is_success