';
}
$comment_form['comment_field'] .= '';
$comment_form['submit_button'] = '';
$comment_form['fields']['author'] = '';
$comment_form['fields']['email'] = '';
return $comment_form;
}
}
add_filter(
'woocommerce_product_review_comment_form_args',
'blocksy_product_review_comment_form_args',
10, 1
);