Switch language

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




wpmu_update_blogs_date [ WordPress Function ]

wpmu_update_blogs_date ( No parameters )
Defined at:



Update the last_updated field for the current blog.

Source


<?php
function wpmu_update_blogs_date() {
    global 
$wpdb;

    
update_blog_details$wpdb->blogid, array('last_updated' => current_time('mysql'true)) );

    
do_action'wpmu_blog_updated'$wpdb->blogid );
}
?>

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