_set_cron_array [ WordPress Function ]
_set_cron_array ( $cron )
| Access: |
|
| Parameters: |
|
| Defined at: |
|
Benzer Fonksiyonlar: _get_cron_array, _upgrade_cron_array, __return_empty_array, _get_cron_lock, do_action_ref_array
Updates the CRON option with the new CRON array.
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- PHPXRef 0.7 : WordPress : Function Reference: _set_cron_array()
_set_cron_array(). Defined at: /wp-includes/cron.php -> line 369. Referenced 3 times: /wp-includes/cron.php -> line 40 · /wp-includes/cron.php -> line 81 ...
phpxref.ftwr.co.uk - _set_cron_array() WordPress function reference, arguments and ...
Updates the CRON option with the new CRON array.
queryposts.com - <?php function wp_schedule_single_event( $timestamp, $hook ...
... "strnatcasecmp" ); _set_cron_array( $crons ); } function wp_schedule_event( $ timestamp, $recurrence, $hook, $args = array()) { $crons = _get_cron_array(); ...
core.svn.wordpress.org - /wp-includes/cron.php source - PHP Cross Reference (PHPXRef) of ...
Jun 1, 2011... 'args' => $event->args ); 39 uksort( $crons, "strnatcasecmp" ); 40 _set_cron_array( $crons ); 41 } 42 43 /** 44 * Schedule a periodic event.
xref.yoast.com