is_archived

Definition:
function is_archived( $id ) {}

Check if a particular blog is archived.

Parameters

  • int $id: The blog id

Return values

returns:Whether the blog is archived or not

Source code

function is_archived( $id ) {

	return get_blog_status($id, 'archived');

}

2089

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: