Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Jul 03, 2020 4:22 pm
Inline Feedbacks is really a great new feature.
I would like to know how I can, other than CSS, disable the checkbox which enables email notifications to the user when new comments are posted.
I can't find that option in Inline Feedback Setting Page.Â
1 Reply
Jul 04, 2020 8:04 am
Hi @atriaforever,
You can remove the element via js code:
jQuery('.wpd-inline-form .wpd-inline-notification').remove();
Add the code in your active theme js files. Here is a helpful article: https://www.collectiveray.com/add-javascript-to-wordpress
Â