wp_cron
-
Hi there,
Please allow me to ask this question. First of all my goal that im trying to achieve is deleting thousands of post after the import but the process should have to be in the background. meaning even if they close the website the deletion will continue until its finished.
So my question is:
If i manage to trigger the wp_cron which is i already did. will it end if all of the post needed to be deleted is already done? or will it repeat? because the wp_cron is being called at the end of the import to delete the posts.And does wp_cron the best way to run process in the background? or is there another wp method or function that can do process in the background even if the browser is already closed.
The topic ‘wp_cron’ is closed to new replies.