comment_form_top WordPress Action Hook
The comment_form_top hook is used to add content to the top of the comment form. This hook is used to add a message or link to the top of the comment form.
do_action( 'comment_form_top' ) #
Fires at the top of the comment form, inside the form tag.