The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Disable email notif...
 
Share:
Notifications
Clear all

[Solved] Disable email notification for Inline Feedbacks

2 Posts
2 Users
0 Likes
923 Views
Posts: 15
Topic starter
(@atriaforever)
Eminent Member
Joined: 4 years ago

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
Asti
Posts: 7119
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

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

 

Share: