Is there a way I can disable the delete button from the front end course creation? I keep accidentally clicking the delete button instead of the remove button, which is very frustrating because then I have to recreate the unit or quiz I just deleted. I would like it if the only way to delete a unit or quiz was through the back end.
Go to wp-admin->appearance->customiser->add custom CSS-> add these lines and save.
.page-template-create_content ul.data_links li a.delete{display:none !important;}
Thanks for confirming, so closing the topic.