comment_form_before WordPress Action Hook
The comment_form_before hook is used to add content before the comment form. This hook is typically used to add a message or prompt before the comment form.
do_action( 'comment_form_before' ) #
Fires before the comment form.