get_review_count(); if ( $count && wc_review_ratings_enabled() ) { /* translators: 1: reviews count 2: product name */ $reviews_title = sprintf( esc_html( _n( '%1$s review for %2$s', '%1$s reviews for %2$s', $count, 'nexproperty' ) ), esc_html( $count ), '' . get_the_title() . '' ); echo apply_filters( 'woocommerce_reviews_title', $reviews_title, $count, $product ); // WPCS: XSS ok. } else { esc_html_e( 'Reviews', 'nexproperty' ); } ?>

    100,'callback' => 'woocommerce_comments' ) ) ); ?>
'' . esc_html__('Previous', 'nexproperty') . '', 'next_text' => '' . esc_html__('Next', 'nexproperty') . '', )); ?>

get_id() ) ) : ?>
'
' . '
', 'email' => '
' . '
', ); $comment_form = array( 'class_form' => 'nexproperty-form', /* translators: %s is product title */ 'title_reply' => have_comments() ? esc_html__( 'Add a review', 'nexproperty' ) : sprintf( esc_html__( 'Be the first to review “%s”', 'nexproperty' ), get_the_title() ), /* translators: %s is product title */ 'title_reply_to' => esc_html__( 'Leave a Review to %s', 'nexproperty' ), 'title_reply_before' => '

', 'title_reply_after' => '

', 'cancel_reply_link' => esc_html__('Cancel Review', 'nexproperty'), 'comment_notes_after' => '', 'fields' => apply_filters('comment_form_default_fields', $fields), 'format' => 'xhtml', 'submit_button' => '', 'must_log_in' => '', 'logged_in_as' => '

' . sprintf( /* translators: logged link to post comments */ wp_kses_post(__('Logged in as %2$s. Log out?', 'nexproperty')), admin_url('profile.php'), $user_identity, wp_logout_url(apply_filters('the_permalink', get_permalink())) ) . '

', 'comment_notes_before' => '', 'comment_notes_after' => '', ); $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'] = ''; } $comment_form['comment_field'] =''; 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 ) ); ?>