HEX
Server: LiteSpeed
System: Linux litespeed1.seltimil.com 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: jyskanpalju (1209)
PHP: 8.2.32
Disabled: NONE
Upload Files
File: /home/jyskanpalju/public_html/wp-content/themes/bricks/comments.php
<?php
$comments = new Bricks\Element_Post_Comments(
	[
		'settings' => [
			'title'        => true,
			'avatar'       => true,
			'cookies'      => get_option( 'show_comments_cookies_opt_in' ), // Settings > Discussion > Show comments cookies opt-in checkbox
			'label'        => true,
			'formTitle'    => true,
			'formTitleTag' => 'h2',
		],
	]
);

$comments->load();

$comments->init();