• I run a import every day of posts with custom post type. I have the Expirator plugin set to delete these posts by default when they hit the expiration date I assign on import.

    Everything looks correct …. That is to say it is set up and looks exactly the same as the expiration on regular posts, which do expire. But my custom posts do not.

    Any suggestions? Getting this set up would save me a ton of time each week.

    Thanks!

    https://www.ads-software.com/plugins/post-expirator/

Viewing 1 replies (of 1 total)
  • Are you scheduling an event for the post deletion? Older versions of the plugins just looked at the meta value. Since 2.0, each post that is expired schedules a unique event to expire the post.

    Your import process would need to call the _scheduleExpiratorEvent function to make sure the imported posts are scheduled correctly.

Viewing 1 replies (of 1 total)
  • The topic ‘Expiration not working for custom post types that were imported’ is closed to new replies.