• Resolved mcclinton

    (@mcclinton)


    I’m using a csv to upload a set of time sensitive posts of events. I’d like to use this plugin to remove the events after their performance date. Is there a database field that holds the expiration date?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author huguetteinc

    (@huguetteinc)

    Hi @mcclinton,
    Sure, it’s in the db. Check out the wp_postmeta. There will be a meta key and value pair for “expires” and the time of expiration. The value will look like: 2019-02-02T21:01

    Hope this helps!

    Plugin Author huguetteinc

    (@huguetteinc)

    Closing this unless you have any other questions. Hope that worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Using expiry function with csv upload’ is closed to new replies.