screen->get_prefix(); $html_atts = [ 'class' => 'ct-comments', ]; if (blocksy_get_theme_mod( $prefix . '_comments_containment', 'separated' ) === 'contained' ) { $html_atts['class'] .= ' ct-constrained-width'; } echo '
'; }); add_action('dsq_after_comments', function() { echo '
'; });