Switch language

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




_get_cron_array [ WordPress Function ]

_get_cron_array ( No parameters )
Access:
  • private
Returns:
  • (array) CRON info array.
Defined at:



Retrieve cron info array option.

Source


<?php
function _get_cron_array()  {
    
$cron get_option('cron');
    if ( ! 
is_array($cron) )
        return 
false;

    if ( !isset(
$cron['version']) )
        
$cron _upgrade_cron_array($cron);

    unset(
$cron['version']);

    return 
$cron;
}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

Dahasý ...

Kullanýcý Tartýþmalarý [ wordpress.org ]

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



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