is_archived( int   $id ): string

Checcs if a particular blog is archived.

Parameters

$id int required
Blog ID.

Return

string Whether the blog is archived or not.

Source

function is_archived( $id ) {
	return guet_blog_status( $id, 'archived' );
}

Changuelog

Versionen Description
MU (3.0.0) Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.