How can I tell whether WP-Cron is actually running when WordPress posts keep missing their schedule?
WP-Cron is probably not being triggered reliably. It checks for overdue jobs when WordPress runs, so a quiet site can leave scheduled posts waiting. If you have WP-CLI, start with `wp cron event list` and find the post-related hook; a next run time in the past…
0 helpful votes