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 ]

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