Support
Support » Plugin: Lenix Elementor Leads addon » trash
(@pipoulito)
7 months ago
Hi,
i can’t see where should i go to empty the thrash… thanks
(@ashkanahmadi)
3 months, 1 week 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