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 ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



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