posts WHERE post_status = 'trash'" . $wpdb->prepare( " AND post_type = %s", $post_type ); return $wpdb->get_col( $q ); }