Title: is_info
Published: April 25, 2014
Last modified: May 20, 2026

---

# is_info( $sc )

[ Back to top](https://developer.wordpress.org/reference/functions/is_info/?output_format=md#wp--skip-link--target)

## Source

    ```php
    function is_info ($sc) {
    	return $sc >= 100 && $sc < 200;
    }
    ```

[View all references](https://developer.wordpress.org/reference/files/wp-includes/rss.php/)
[View on Trac](https://core.trac.wordpress.org/browser/tags/7.0/src/wp-includes/rss.php#L694)
[View on GitHub](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/rss.php#L694-L696)

## User Contributed Notes

You must [log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fdeveloper.wordpress.org%2Freference%2Ffunctions%2Fis_info%2F)
before being able to contribute a note or feedback.