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 ]

Top Google zoekresultaten

Meer ...

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



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