1' ), sprintf(esc_html__( '%s Comments', 'billow' ), '%' ) ); ?>

    'billow_comment', 'max-depth' => 4 ) ); ?>
1 && get_option( 'page_comments' ) ): // are there comments to navigate through ?>

'; // Logged in user message and links $logged_in = sprintf( esc_html__( 'Logged in as %1$s. %2$s', 'billow' ), ''. esc_html( $user_identity ) .'', ''. esc_html__( 'Log out?', 'billow' ) .'' ); $consent = empty( $commenter['comment_author_email'] ) ? '' : ' checked="checked"'; $fields = array( 'author' => '
', 'email' => '
', 'url' => '
', 'cookies' => ' ', ); // Not supported before 4.9.6 if ( version_compare( $GLOBALS['wp_version'], '4.9.6', '<' ) ) { unset( $fields['cookies'] ); } // Apply default filter $fields = apply_filters( 'billow_comment_form_default_fields', $fields ); /** * Output comment form */ comment_form( array( 'title_reply' => '' . esc_html__( 'Write A Comment', 'billow' ) . '', 'title_reply_to' => '' . esc_html__( 'Reply To %s', 'billow' ) . '', 'comment_notes_before' => '', 'comment_notes_after' => '', 'format' => '', 'logged_in_as' => '

' . $logged_in. '

', 'comment_field' => $comment_field, 'id_submit' => 'comment-submit', 'label_submit' => esc_html_x( 'Post Comment', 'Comment Form', 'billow' ), 'cancel_reply_link' => esc_html_x( 'Cancel Reply', 'Comment Form', 'billow' ), 'fields' => $fields, ) ); ?>