Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Cron Tasks with BuddyPress


Anonymous User 96400
Inactive

@anonymized-96400

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

Skip to toolbar