Changeset 25290
- Timestamp:
- 09/06/2013 08:51:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-cron.php
r25289 r25290 90 90 wp_unschedule_event( $timestamp, $hook, $v['args'] ); 91 91 92 /** 93 * Fires scheduled events. 94 * 95 * @since 2.1.0 96 * 97 * @param string $hook Name of the hook that was scheduled to be fired. 98 * @param array $v['args'] The arguments to be passed to the hook. 99 */ 92 100 do_action_ref_array( $hook, $v['args'] ); 93 101
Note: See TracChangeset
for help on using the changeset viewer.