How to remove the Delete All Entries button from Formidable Entries page

By: Alan Bergstein | Asked: 04/03/2023
ForumsCategory: How-toHow to remove the Delete All Entries button from Formidable Entries page
Alan Bergstein asked 1 year ago
Hi all. In my humble opinion, the button at the top of the entries page that allows you to "Delete All Entries" is very dangerous. I'd like to remove it, especially from my client's view. I just accidentally clicked on it and could not find a way to restore the deleted entries except for restoring the entire website from a backup. Does anyone have a suggestion on how to not show that one particular button and it's deleted all function? thanks, Alan    
Attachments
2 Answers
Walter JonesWalter Jones answered 1 year ago
Isolation of the css and display:none or use a plug-in like frontend admin and display the all entries on the front end and use their built in editor to remove whatever you want.  
Victor Font answered 1 year ago
You can also use a filter to remove the button:
Victor Font replied 1 year ago

add_filter( 'frm_show_delete_all', "__return_false" );

Making the Best WordPress Plugin even better - Together

Take on bigger projects with confidence knowing you have access to an entire community of Formidable Experts and Professionals who have your back when the going gets tough. You got this!
Join the community
crossarrow-right