Home › Forums › Add-ons › Gallery Field › Delete Gallery Images when Deleting Post › Reply To: Delete Gallery Images when Deleting Post
The only way to do this is to hook into the save function of the gallery field (before ACF saves the new value) and compare the previous and new values.
From there you can delete the attachment post records you need to.
Use the above search to find more info on the acf/update_value filter which you can use to hook into the gallery field save function.
The rest should be straight forward but will require time and debugging skills.
Good luck
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.