Deleting Spam and Deleted bbPress Forum Posts Forever - Used on bbPress
Added by astuffedtiger on 2017-05-16 19:18:48
DELETE FROM `bb_posts` WHERE `bb_posts`.`post_status` = '2';
DELETE FROM `bb_posts` WHERE `bb_posts`.`post_status` = '1';