I am looking for solution to auto delete images of old posts in WordPress site.
I want to hold images of current 50 posts, others should be deleted automaticly.
It can be function to delete on time interval, or function to hold only images of last 50 posts.
Does anyone know function or some plugin which can do this or similar things, to automaticly ddelete older images?
Leave a Reply
You must be logged in to post a comment.
http://wordpress.org/plugins/cleanup-images/
or in code add hook with delete post
try this
hope it will use full for you.