Zack Saadioui
1/29/2025
1
**public_html**
1
**wp-content/uploads/**
1
2020
1
2021
1
wp_posts
1
wp_postmeta
1
2
3
sql
DELETE FROM `wp_posts` WHERE `post_type` = 'attachment';
DELETE FROM `wp_postmeta` WHERE `post_id` = (SELECT ID FROM `wp_posts` WHERE `post_type` = 'attachment');
Copyright © Arsturn 2025