Viewing 5 replies - 16 through 20 (of 20 total)
  • Strange, this works fine on one blog but not the other. It is supposed to be moving posts into another category but it does not.

    Update: I deactivated Sucuri Security and it seems to be working.

    Nope, guess that didn’t fix things after all.

    TBH the way this schedules single cron events for each expire is plain awful, you are correct it doesnt work on a vanilla 4.6 install either. Anyway I will rewrite the cron routine myself as its garbage coding…

    Also means if you programmatically insert posts with wp_insert_post then set post_meta _expiration-date, _expiration-date-options and _expiration-date-status

    it does not schedule the cron event so nothing will happen even though the date is saved and shows ok in edit post screen..

    So you need to call _scheduleExpiratorEvent($id,$ts,$opts) rather than set post_meta

    But that isn’t a solution for me anyway as I would have 5000+ cron event scheduled in no time at all.

    I wish people that write modules for wordpress would appreciate there are sites that are much larger than a few pages.

    If you have any specific details about who / what is not working on vanilla 4.6 I will happily investigate. I have not had the time yet to run through full testing on 4.6. Most issues are not due to the plugin itself, but the server / environment that it is running on.

    Hi Aaron

    Do you have any idea why is date not showing in my language, but only in english? All other dates on site are OK.

    Thank you

    P.s. any plans on update?

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Not Working’ is closed to new replies.