i am trying to add another button to the standard comment form in Atahualpa 3.7.5.
The code provided to me by the Plugin "Akismet Privacy Policies" is
PHP Code:
<?php do_action( 'akismet_privacy_policies' ); ?>
For that, I need to include the code above to the comment field, ideally right before the "Post a comment"-Button.
Where to put that code-snippet, thats my question.