add_filter( \'comment_form_defaults\', \'bootstrap3_comment_form\' );
function bootstrap3_comment_form( $args ) {
$args[\'comment_field\'] = \'<div class="form-group comment-form-comment">
<textarea class="form-control" id="comment" name="comment" cols="45" rows="8" aria-required="true" placeholder="\' . __( \'Comment\', "beautiful" ) . \'"></textarea>
</div>\';
return $args;
}
获取您的内容并将其放入textarea标记中。
您应该将此函数添加到函数中。php最好更改函数和语言文本域的名称。
此函数覆盖注释部分的WordPress默认文本区域。它还具有bootstrap 3