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