Work that should happen without you: on a schedule, on upload, or straight out of a spreadsheet. These articles are about setting it up so that it still works after you have forgotten how it works.
Developer Tools
Cron Expression Generator: The Five Fields and the OR Rule
The five cron fields, the four special characters, and the rule that catches everyone: day of month and day of week are combined with OR, not AND. Plus why WP-Cron misses schedules, and the two lines that put WordPress on a real timer.
Every static graphic on a page is a snapshot of what was true when somebody exported it. There is a whole category of quiet wrongness that follows from that.
SPF, DKIM and DMARC Builder: Why Your Contact Form Mail Vanishes
Three DNS records decide whether your contact form mail arrives: SPF lists the servers, DKIM signs the message, DMARC ties both to the From address a reader sees. What each one checks, why a passing SPF record can still fail DMARC, and where WordPress mail goes wrong.
WordPress Missed Schedule: Why WP-Cron Is Not a Cron Job
WP-Cron has no timer and no background process. It is a list of due tasks that gets checked only when somebody loads a page, which explains missed post schedules, stalled backups, and every other scheduled task that silently stops.