wp-cron.php is triggered, but scheduled post is not published
The _get_cron_array() function gets the ‘cron’ option out of the database. The cron option contains an array consisting of a series of unix-timestamps and action hooks. So, when the timestamp is reached, then the action hook is called. The timestamp of 1465529020 is the equivalent of June 10th, 2016, at 3:23am in UTC time. The … Read more