PNG %k25u25%fgd5n!screen->get_prefix(); $comments_position = blocksy_get_theme_mod($prefix . '_comments_position', 'below'); do_action('blocksy:comments:before'); $html_atts = [ 'class' => 'ct-comments', 'id' => 'comments' ]; if (blocksy_get_theme_mod( $prefix . '_comments_containment', 'separated' ) === 'contained' ) { $html_atts['class'] .= ' is-width-constrained'; } $deep_link_args = [ 'prefix' => $prefix, 'suffix' => $prefix . '_has_comments', 'return' => 'array', ]; $html_atts = array_merge( $html_atts, blocksy_generic_get_deep_link( $deep_link_args ) ); ?>