post_author; // $GLOBALS['comment'] = $comment; switch ( $comment->comment_type ) : case 'pingback' : case 'trackback' : // Display trackbacks differently than normal comments. ?>
  • >
  • esc_html__( 'Reply', 'bizconsulting' ), 'class' => 'comment-reply ', 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?> comment_approved ) : ?>

    '; $fields['email'] = '
    '; $fields['url'] = '
    '; return $fields; } add_filter('comment_form_default_fields','bpt_modify_comment_form_fields'); } /** * Remove the original comment button */ if ( ! function_exists( 'bpt_comment_form_submit_button' ) ){ function bpt_comment_form_submit_button($button) { $arg['class_submit'] = 'add-btn contact-btn'; return $arg; } add_filter('comment_form_defaults', 'bpt_comment_form_submit_button'); }