• Will future versions include the ability to expire media files? I see the expiration date box when I go to edit a media file, but it doesn’t save the date/time. If I add it in to the database manually, the cron job will run.

Viewing 1 replies (of 1 total)
  • Thread Starter Spidergirl1979

    (@spidergirl1979)

    I just actually figured it out. 🙂 I added
    add_action('edit_attachment','expirationdate_update_post_meta'); after the line add_action('save_post','expirationdate_update_post_meta'); and it worked.

    Could this be added into a future release?

Viewing 1 replies (of 1 total)
  • The topic ‘Expiring Attachments’ is closed to new replies.