' . esc_html__( 'Name', 'teta-lite' ) . '' . esc_html__( 'Your Name', 'teta-lite' ) . ''; $fields['email'] = '
' . esc_html__( 'Email', 'teta-lite' ) . '' . esc_html__( 'Email', 'teta-lite' ) . '
'; $fields['url'] = '
' . esc_html__( 'Website', 'teta-lite' ) . '' . esc_html__( 'Website', 'teta-lite' ) . '
'; return $fields; } add_filter( 'comment_form_default_fields', 'kite_comment_fields' ); function kite_comment_submit( $submit_button ) { $submit_button = '
'; return $submit_button; } add_filter( 'comment_form_submit_button', 'kite_comment_submit' ); function kite_comment_form_before() { echo '
'; } function kite_comment_form_after() { echo '
'; } add_action( 'comment_form_before_fields', 'kite_comment_form_before' ); add_action( 'comment_form_after_fields', 'kite_comment_form_after' ); // Comment styling function kite_theme_comment( $comment, $args, $depth ) { $isByAuthor = false; if ( $comment->comment_author_email == get_the_author_meta( 'email' ) ) { $isByAuthor = true; } ?>
  • data-id="">
    %s', 'teta-lite' ), 'socialentities' ), get_comment_author_link() ); ?>
    $depth, 'max_depth' => $args['max_depth'], ) ) ); ?>

    '

    ' . esc_html__( 'Your email address will not be published. Website Field Is Optional.', 'teta-lite' ) . '

    ', 'comment_field' => '
    ' . esc_html__( 'Comment', 'teta-lite' ) . '' . esc_html__( 'Your Message', 'teta-lite' ) . '
    ', ) ); ?>