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 ]

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