Switch language

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




wp_schedule_update_network_counts [ WordPress Function ]

wp_schedule_update_network_counts ( No parameters )
Defined at:



Schedule update of the network-wide counts for the current network.

Source


<?php
function wp_schedule_update_network_counts() {
    if ( !
is_main_site() )
        return;

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

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