I have a lot of events that were submitted by action users with duplicate images. I want to delete all the duplicate images and have all events use the same image, but doing that manually one by one editing each event is not feasible. Instead, I want to use a querry in mysql to replace the image links, but this does not seem to work as I cannot figure out how the images are referenced in the database. How are featured images stored in the database?
Thanks
Jan 13,2020 AT 7:32AM - 5 years ago -Hello,
Please check https://stackoverflow.com/questions/28643654/where-is-the-post-featured-image-link-stored-in-the-wordpress-database.
You can find EventON’s events by filtering with post_type=ajde_events.