File "comments.php"
Full path: /home/dora/public_html/wp-content/themes/bricks/comments.php
File size: 308 bytes
MIME-type: --
Charset: utf-8
<?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 (@since 1.8)
],
]
);
$comments->load();
$comments->init();