单个产品评论注释字段占位符未显示在我的网站中,

时间:2018-11-25 23:22:56

标签: forms woocommerce review

我打算将此过滤器用于占位符,但仍未显示, 我不希望编辑Woocommerce插件。

有人可以帮助我解决这个问题吗?

我附上评论表格的SS。  enter image description here

function kk_placeholder( $review_form ) {

    $review_form['author']['comment_author']['placeholder'] = 'Your Name';
    $review_form['email']['comment_author_email']['placeholder'] = 'Your Email';
    return $review_form;
}
add_filter( 'woocommerce_product_review_comment_form_args', 'kk_placeholder' );

0 个答案:

没有答案