• Thanks for this plug-in!
    Currently not working on my site, and I am troubleshooting.

    Can you tell me exactly what UNSCHEDULE means, in the debug log?
    I assume that it means that the Expire event has been executed for that post id, correct? Here is an excerpt from my debug log, where I added these 3 posts and set their expire dates.

    2013-09-07 03:41:23 10628 -> SCHEDULED at Sat, 01 Mar 2014 07:59:00 +0000 (1393660740) with options Array ( [expireType] => draft [id] => 10628 )
    2013-09-07 03:41:23 10628 -> UNSCHEDULED
    2013-09-06 06:16:29 10624 -> SCHEDULED at Sat, 01 Mar 2014 07:59:00 +0000 (1393660740) with options Array ( [expireType] => draft [id] => 10624 )
    2013-09-06 06:16:29 10624 -> UNSCHEDULED
    2013-09-06 06:08:11 10571 -> SCHEDULED at Sat, 01 Mar 2014 07:59:00 +0000 (1393660740) with options Array ( [expireType] => draft [id] => 10571 )
    2013-09-06 06:08:11 10571 -> UNSCHEDULED

    Does this mean that these were expired the minute they were posted? Or does it mean that your plugin(programmatically) set them to unscheduled, just before it created their expire event?

    Thanks!

    http://wordpress.org/plugins/post-expirator/

  • The topic ‘Debug log – what exactly does UNSCHEDULE mean?’ is closed to new replies.