comment_form_after_fields WordPress Action Hook
The comment_form_after_fields hook is used to add fields to the comment form after the default fields. This hook is useful for customizing the comment form to include additional fields, such as a rating field.
do_action( 'comment_form_after_fields' ) #
Fires after the comment fields in the comment form, excluding the textarea.