Using wp_cron (or “How to cron a cron that’s not really a cron”)

One extremely confusing set of functions within WordPress is the concept of “wp_cron“. For those of you unfamiliar with it, is a scheduling tool on Unix systems and, in itself, is not without its own confusing elements. Let’s take a more user-friendly example for scheduling an event first. Let’s say I wanted to create a recurring … Continue reading Using wp_cron (or “How to cron a cron that’s not really a cron”)