Switch language

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




_set_cron_array [ WordPress Function ]

_set_cron_array ( $cron )
Access:
  • private
Parameters:
  • (array) $cron Cron info array from {@link _get_cron_array()}.
Defined at:



Updates the CRON option with the new CRON array.

Source


<?php
function _set_cron_array($cron) {
    
$cron['version'] = 2;
    
update_option'cron'$cron );
}
?>

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