Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.

Delete featured images when posts are deleted

Compare
Choose a tag to compare
@jaredcobb jaredcobb released this 09 Feb 01:37
· 21 commits to master since this release
920ef6a
  • Featured images associated with synchronized posts now also get deleted when the post is deleted
  • A new filter ccb_core_synchronizer_delete_attachment has been created to optionally overwrite the default behavior of deleting attachments when posts are deleted
  • Any images that are synchronized automatically get a post meta key of ccb_core with a value of true (in case you need to programmatically query for CCB images in the future)