Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




is_archived [ WordPress Function ]

is_archived ( $id )
Parameters:
  • (int) $id The blog id
Returns:
  • (string) Whether the blog is archived or not
Defined at:



Check if a particular blog is archived.

Source


<?php
function is_archived$id ) {
    return 
get_blog_status($id'archived');
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics