WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

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); ?>