AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Solved] How do I stop the user from being notified when they are downvoted, but still get notified of other reactions?

2 Posts
2 Users
1 Reactions
982 Views
Posts: 113
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@vanessa)
Estimable Member
Joined: 2 years ago
[#62211]

I'd like to prevent the user from being notified when they are downvoted, but still notify the user of other reactions.

We're using the advanced reactions add-on.

Is this possible?

We can add a code snippet to functions.php if someone can share as well.

 

Thanks!


1 Reply
BlackRaz
Posts: 396
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@blackraz)
Contributor
Joined: 9 years ago
add_action( 'wpforo_after_init', function() {
remove_action( 'wpforo_vote', [WPF()->activity, 'after_vote'], 10 );
}, 111 );

Share: