Re: Cron Tasks with BuddyPress
Have a look at this function:
`wp_schedule_single_event`
You can find it in wp-includes/cron.php. There’s a bunch of other cron related functions in there, but the one I mentioned above is probably your best bet. Then schedule an event by attaching it to a hook, when a user signs up