Forums
Home / Plugin: Lenix Elementor Leads addon / trash
(@pipoulito)
4 years, 2 months ago
Hi,
i can’t see where should i go to empty the thrash… thanks
(@ashkanahmadi)
3 years, 11 months ago
Hi
I don’t know why the plugin doesn’t show the items in the trash, super strange. But you can do it through phpMyAdmin using the following SQL line:
SELECT * FROM wp_posts WHERE post_type=’elementor_lead’ AND post_status=’trash’
Let me know if you need help with that