'; $field_html .= '
'; $comment_form['fields'][ $key ] = $field_html; } $account_page_url = wc_get_page_permalink( 'myaccount' ); if ( $account_page_url ) { /* translators: %s opening and closing link tags respectively */ $comment_form['must_log_in'] = '' . sprintf( esc_html__( 'You must be %1$slogged in%2$s to post a review.', 'woocommerce' ), '', '' ) . '
'; } if ( wc_review_ratings_enabled() ) { $comment_form['comment_field'] = ''; } $comment_form['comment_field'] .= ''; comment_form( apply_filters( 'woocommerce_product_review_comment_form_args', $comment_form ) ); ?>
' . get_the_title() . '' ); echo apply_filters( 'woocommerce_reviews_title', $reviews_title, $count, $product ); // WPCS: XSS ok. ?>
'woocommerce_comments' ) ) ); ?>
1 && get_option( 'page_comments' ) ) : echo ''; endif; ?> ' . apply_filters('nectar_woocommerce_no_reviews_title', $no_reviews_title) .''; /* nectar addition end */ ?>