Jun
12
How to run WordPress wp_cron every 10 minutes

While developing a WordPress plugin which was relying on wp_cron I had to debug function that was called with the wp_cron. There was a need to run the cron every few minutes. Here is the solution: Add following code to … Continue reading