captcha-free.php to the /wp-content/plugins/ directoryNote: If your WordPress theme doesn't have the comment_form hook, enter the following code right before the closing </form> tag in the comments.php file of the theme.
<?php do_action('comment_form', $post->ID); ?>




