在文件'/wp-includes/comment-template.php'中,在函数comment_form()中存在action - 'do_action('comment_form_before')'。在此操作下面编写代码
<div id="respond" class="comment-respond">
<h3 id="reply-title" class="comment-reply-title"><?php comment_form_title( $args['title_reply'], $args['title_reply_to'] ); ?> <small><?php cancel_comment_reply_link( $args['cancel_reply_link'] ); ?></small></h3>
我想用自己的代码替换所有这些代码。我怎么能这样做?