Switch language

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




_maybe_update_core [ WordPress Function ]

_maybe_update_core ( No parameters )
Defined at:



No description yet.

Source


<?php
function _maybe_update_core() {
    include 
ABSPATH WPINC '/version.php'// include an unmodified $wp_version

    
$current get_site_transient'update_core' );

    if ( isset( 
$current->last_checked ) &&
        
43200 > ( time() - $current->last_checked ) &&
        isset( 
$current->version_checked ) &&
        
$current->version_checked == $wp_version )
        return;

    
wp_version_check();
}
?>

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