'xhtml', 'class_form' => 'comment-form', 'title_reply' => __( 'Leave a Reply', 'blocksy' ), 'cancel_reply_link' => __( 'Cancel Reply', 'blocksy' ), // Title reply 'title_reply_before' => '
', 'title_reply_after' => '
', // Cancel reply 'cancel_reply_before' => '', 'cancel_reply_after' => '', // Logged in as 'logged_in_as' => '', // Comment notes 'comment_notes_before' => '', // Input fields 'fields' => [ // Author input 'author' => '
', // Email input 'email' => '
', 'url' => '
', 'cookies' => '' ], // Textarea 'comment_field' => '

', // submit button 'submit_button' => '', ]; if ( has_action( 'set_comment_cookies', 'wp_set_comment_cookies' ) && get_option( 'show_comments_cookies_opt_in' ) ) { $consent = empty( $commenter['comment_author_email'] ) ? '' : ' checked="checked"'; $form_options['comment_field'] .= ''; } if (function_exists('blocksy_ext_cookies_checkbox')) { $form_options['comment_field'] .= blocksy_ext_cookies_checkbox('comment'); } ?>

    true, 'avatar_size' => 100, 'callback' => 'blocksy_custom_comment_template', 'end-callback' => function () { echo ''; } ] ); ?>
1 && get_option('page_comments')) : ?>