| Name | Size | Mode | Actions |
|---|---|---|---|
| auth/ | - | 0755 | rm |
| block-notices/ | - | 0755 | rm |
| brands/ | - | 0755 | rm |
| cart/ | - | 0755 | rm |
| checkout/ | - | 0755 | rm |
| emails/ | - | 0755 | rm |
| global/ | - | 0755 | rm |
| loop/ | - | 0755 | rm |
| myaccount/ | - | 0755 | rm |
| notices/ | - | 0755 | rm |
| order/ | - | 0755 | rm |
| parts/ | - | 0755 | rm |
| product-form/ | - | 0755 | rm |
| single-product/ | - | 0755 | rm |
| templates/ | - | 0755 | rm |
| archive-product.php | 2416 | 0644 | editdlrm |
| content-product-cat.php | 1648 | 0644 | editdlrm |
| content-product.php | 1982 | 0644 | editdlrm |
| content-single-product.php | 2268 | 0644 | editdlrm |
| content-widget-price-filter.php | 2398 | 0644 | editdlrm |
| content-widget-product.php | 1493 | 0644 | editdlrm |
| content-widget-reviews.php | 1519 | 0644 | editdlrm |
| dashboard-widget-reviews.php | 1607 | 0644 | editdlrm |
| product-searchform.php | 1605 | 0644 | editdlrm |
| single-product-reviews.php | 6421 | 0644 | editdlrm |
| single-product.php | 1655 | 0644 | editdlrm |
| taxonomy-product-attribute.php | 834 | 0644 | editdlrm |
| taxonomy-product-cat.php | 827 | 0644 | editdlrm |
| taxonomy-product-tag.php | 822 | 0644 | editdlrm |
/home/techb158/balacoffee.com/wp-content/plugins/woocommerce/templates/single-product-reviews.php (6421B)
'; $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_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, 'woocommerce' ) ), esc_html( $count ), '' . get_the_title() . '' ); echo apply_filters( 'woocommerce_reviews_title', $reviews_title, $count, $product ); // WPCS: XSS ok. } else { esc_html_e( 'Reviews', 'woocommerce' ); } ?>
'woocommerce_comments' ) ) ); ?>
1 && get_option( 'page_comments' ) ) : echo ''; endif; ?>