comment_loop_start WordPress Action Hook
The comment_loop_start hook is called before the comments are displayed in the comment loop. This hook can be used to do any actions or tasks that need to be done before the comments are displayed.
do_action( 'comment_loop_start' ) #
Fires once the comment loop is started.