comment_loop_start

comment_loop_start

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('comment_loop_start') is found 1 times:

  • /wp-includes/class-wp-query.php line 3775
    			 * Fires once the comment loop is started.
    			 *
    			 * @since 2.2.0
    			 */
    			do_action( 'comment_loop_start' );
    		}
    	}
    
    	/**
    	 * Determines whether there are more comments available.
    	 *