How to remove the ability to edit and/or delete the comment?
Please
How to remove the ability to edit and/or delete the comment?
Please
Important feature request indeed though for now here is the custom code to be implemented in the header of the page where the comments block is.
Replace comments1 by the actual comments block ID
<style>
#comments1 .actions-menu-btn {
display: none !important;
}
</style>
Thank @matthieu_chateau