• Alex

    (@zegmaaralex)


    Hi,

    Is there a way to automatically delete the post thumbnail on expiration?
    Would be great!

    Thanks in advance.

    Alex

Viewing 1 replies (of 1 total)
  • This isn’t an official response lol, but I had the same issue and found a fix:

    After the line
    add_action('save_post','expirationdate_update_post_meta');

    add in
    add_action('edit_attachment','expirationdate_update_post_meta');

    Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Remove attachments on expiration’ is closed to new replies.