Forums
Forums / Plugin: Schedule Post Changes With PublishPress Future: Unpublish, Delete, Change Status, Trash, Change Categories / Remove attachments on expiration
(@zegmaaralex)
8 years, 5 months ago
Hi,
Is there a way to automatically delete the post thumbnail on expiration? Would be great!
Thanks in advance.
Alex
(@spidergirl1979)
8 years, 4 months ago
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_action('save_post','expirationdate_update_post_meta');
add in add_action('edit_attachment','expirationdate_update_post_meta');
add_action('edit_attachment','expirationdate_update_post_meta');
Hope this helps!
The topic ‘Remove attachments on expiration’ is closed to new replies.