standard comment form – GDPR is loaded 2x
-
On default comment form is GDPR checkbox loaded twice. To solve this I needed to comment this line in controller-comments.php
add_action( 'comment_form_after', array( $this, 'echo_checkox_gdpr' ) );
And question – what your plugin does with default WP comment forms except adding checkbox? I mean, you did great work, but for logged in users it still needs to check gdpr. I would suppose that if user confims gdpr first time, it would be saved and not asked him do it again. Of course, quests are something different.
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘standard comment form – GDPR is loaded 2x’ is closed to new replies.