without know ANYTHING about the API, I am guessing that you need to use wp_unschedule_event, and that wp_clear_scheduled_hook is used internally to notify listeners of unschedule events. Matt wrote: > So if I wanted to unschedule a cron that runs daily, which function do I > use, wp_clear_scheduled_hook or wp_unschedule_event? > > >