Switch language

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




update_archived [ WordPress Function ]

update_archived ( $id, $archived )
Parameters:
  • (int) $id The blog id
  • (string) $archived The new status
Returns:
  • (string) $archived
Defined at:



Update the 'archived' status of a particular blog.

Source


<?php
function update_archived$id$archived ) {
    
update_blog_status($id'archived'$archived);
    return 
$archived;
}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

Dahasý ...

Kullanýcý Tartýþmalarý [ wordpress.org ]

- Bulunamadý -

Yeni bir konu yaz ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



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