Switch language

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




wp_schedule_update_checks [ WordPress Function ]

wp_schedule_update_checks ( No parameters )
Defined at:



Schedule core, theme, and plugin update checks.

Source


<?php
function wp_schedule_update_checks() {
    if ( !
wp_next_scheduled('wp_version_check') && !defined('WP_INSTALLING') )
        
wp_schedule_event(time(), 'twicedaily''wp_version_check');

    if ( !
wp_next_scheduled('wp_update_plugins') && !defined('WP_INSTALLING') )
        
wp_schedule_event(time(), 'twicedaily''wp_update_plugins');

    if ( !
wp_next_scheduled('wp_update_themes') && !defined('WP_INSTALLING') )
        
wp_schedule_event(time(), 'twicedaily''wp_update_themes');
}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

Dahasý ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



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