Codex

Function Reference/wp reschedule event

Contents

Description

This function is used internally by WordPress to reschedule a recurring event. You'll likely never need to use this function manually, it is documented here for completeness.

Usage

 <?php wp_reschedule_eventtimestamprecurrencehookargs (optional)); 

Parameters

timestamp
The time the scheduled event will occur (unix timestamp)
recurrance
How often the event recurs, either 'hourly' or 'daily'
hook
Name of action hook to fire (string)
args
Arguments to pass into the hook function(s) (array)

Also see

For a comprehensive list of functions, take a look at the category Functions

See also index of Function Reference and index of Template Tags.