* @package digitale-pracht */ /* * If the current post is protected by a password and * the visitor has not yet entered the password we will * return early without loading the comments. */ if ( post_password_required() ) { return; } $comments_no = get_comments_number(); $comments_closed = ! comments_open() && post_type_supports( get_post_type(), 'comments' ); $comments_closed_and_has_comments = $comments_closed && $comments_no > 0; $comments_closed_and_has_no_comments = $comments_closed && $comments_no === 0; if ( $comments_closed_and_has_no_comments !== true ) : ?>
no-print">

    'ol', 'short_ping' => true, 'avatar_size' => 56, ) ); ?>

__( 'Leave a Reply', 'digitale-pracht' ), 'title_reply_to' => __( 'Leave a Reply to %s', 'digitale-pracht' ), 'comment_notes_before' => '

' . __( 'Your email address will not be published.', 'digitale-pracht' ) . ' ' . __( 'Required fields are marked. *', 'digitale-pracht' ) . '

', ) ); ?>