WordPress.org

Codex

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

Function Reference/is archived

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

 

See also index of Function Reference and index of Template Tags.