• I am using WPUF to allow certain people to add posts to the website. These are Events and have expiration dates. I need the Meta Key in order to be able to enter the expiration date when the post is created in the form. Can anyone tell me what the Date meta key is or help me to find it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • ‘_expiration-date’ it is. the date is saved as a timestamp there

    That’s right. You can check is_null($arra_meta[‘_expiration-date’][0]) and/or “gmdate” it to get a human readable date.

    I am doing so to append a custom message to the end of my expiring posts (built in message is not suitable for my needs)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Meta Key for Exp. Date field’ is closed to new replies.