Description
Check if a particular blog is archived.
Usage
<?php is_archived( $id ) ?>
Parameters
- $id
- (integer) (required) The blog id
- Default: None
Return Values
- (string)
- Whether the blog is archived or not
Examples
Notes
Change Log
Since: 3.0.0
Source File
is_archived() is located in wp-includes/ms-blogs.php
Related