Hi @techniknerd,
The last visit cookie just highlights the last comments in a different color.
Or can I deactivate it without hesitation?
yes, you can deactivate it without any worries.
Anonymous User 17650761
(@anonymized-17650761)
Where can i deactivate that cookie? Where is the setting in disqus for that?
@cheffie1 Hello, the wpDiscuz plugin has no setting option. I deactivated it with the following code in the functions php of the child theme.
remove_action('set_comment_cookies', 'wp_set_comment_cookies');
This disables all comment cookies! If you do not use cookies for comments. Can you use the code.
I come from germany my english is not so good i hope you can understand me though.
best regards
Daniel 🙂