Remove “Delete All Entries” Button

Add this snippet to your functions.php or code snippets plugin and the "Delete All Entries" button will be removed from the Formidable form's entries list page.

add_filter( 'frm_show_delete_all', "__return_false" );

Reader Interactions

Leave a Reply

Your email address will not be published. Required fields are marked *