WPMU Functions/is archived
Description
Gets the archived status of the specified blog.
Parameters
- $name
- (cast) (required) The blog id to get the archived status for.
- Default: None
Return Values
- (boolean)
- Returns the archived status.
Usage
<?php is_archived($id); ?>