/
home
/
altere25
/
labratnyc.com
/
wp-content
/
plugins
/
woocommerce
/
patterns
/
/home/altere25/labratnyc.com/wp-content/plugins/woocommerce/patterns
mkdir
upload
Name
Size
Mode
Actions
banner.php
3662
0644
edit
dl
rm
coming-soon-entire-site.php
7542
0644
edit
dl
rm
coming-soon-store-only.php
2092
0644
edit
dl
rm
coming-soon.php
384
0644
edit
dl
rm
discount-banner-with-image.php
3535
0644
edit
dl
rm
discount-banner.php
2471
0644
edit
dl
rm
featured-category-cover-image.php
2113
0644
edit
dl
rm
featured-category-focus.php
2249
0644
edit
dl
rm
featured-category-triple.php
6636
0644
edit
dl
rm
featured-products-fresh-and-tasty.php
7349
0644
edit
dl
rm
filters.php
3603
0644
edit
dl
rm
footer-large-dark.php
4459
0644
edit
dl
rm
footer-large.php
4002
0644
edit
dl
rm
footer-simple-dark.php
3209
0644
edit
dl
rm
footer-simple-menu.php
2704
0644
edit
dl
rm
footer-simple.php
2778
0644
edit
dl
rm
footer-with-2-menus-dark.php
3950
0644
edit
dl
rm
footer-with-2-menus.php
3314
0644
edit
dl
rm
footer-with-3-menus.php
3340
0644
edit
dl
rm
header-centered-pattern.php
2632
0644
edit
dl
rm
header-essential-dark.php
2099
0644
edit
dl
rm
header-essential.php
1350
0644
edit
dl
rm
header-large-dark.php
2222
0644
edit
dl
rm
header-large.php
2678
0644
edit
dl
rm
header-minimal.php
1405
0644
edit
dl
rm
hero-product-3-split.php
5055
0644
edit
dl
rm
hero-product-chessboard.php
7334
0644
edit
dl
rm
hero-product-split.php
1577
0644
edit
dl
rm
just-arrived-full-hero.php
2188
0644
edit
dl
rm
no-products-found.php
348
0644
edit
dl
rm
product-collection-3-columns.php
1812
0644
edit
dl
rm
product-collection-4-columns.php
2065
0644
edit
dl
rm
product-collection-5-columns.php
1958
0644
edit
dl
rm
product-collection-banner.php
3286
0644
edit
dl
rm
product-collection-featured-products-5-columns.php
2720
0644
edit
dl
rm
product-collection-full-grid.php
1959
0644
edit
dl
rm
product-collection-grid.php
1800
0644
edit
dl
rm
product-collection-rows.php
2499
0644
edit
dl
rm
product-collection-simple-grid.php
1700
0644
edit
dl
rm
product-collections-featured-collection.php
4513
0644
edit
dl
rm
product-collections-featured-collections.php
6075
0644
edit
dl
rm
product-collections-newest-arrivals.php
2351
0644
edit
dl
rm
product-details-listing.php
1721
0644
edit
dl
rm
product-details-pattern.php
9455
0644
edit
dl
rm
product-featured-2-columns.php
2981
0644
edit
dl
rm
product-hero-2-col-2-row.php
8215
0644
edit
dl
rm
product-hero.php
1798
0644
edit
dl
rm
product-listing-with-gallery-and-description.php
8293
0644
edit
dl
rm
product-query-4-column-product-row.php
2057
0644
edit
dl
rm
product-query-large-image-product-gallery.php
1448
0644
edit
dl
rm
product-query-minimal-product-list.php
2097
0644
edit
dl
rm
product-query-product-gallery.php
2020
0644
edit
dl
rm
product-query-product-list-with-1-1-images.php
2471
0644
edit
dl
rm
product-query-product-list-with-full-product-description.php
3346
0644
edit
dl
rm
product-search-form.php
311
0644
edit
dl
rm
related-products.php
1777
0644
edit
dl
rm
shop-by-price.php
12219
0644
edit
dl
rm
small-discount-banner-with-image.php
2642
0644
edit
dl
rm
social-follow-us-in-social-media.php
4685
0644
edit
dl
rm
store-info-alt-image-and-text.php
4955
0644
edit
dl
rm
testimonials-3-columns.php
2273
0644
edit
dl
rm
testimonials-single.php
1591
0644
edit
dl
rm
Edit:
/home/altere25/labratnyc.com/wp-content/plugins/woocommerce/patterns/testimonials-3-columns.php
(2273B)
<?php /** * Title: Testimonials 3 Columns * Slug: woocommerce-blocks/testimonials-3-columns * Categories: WooCommerce */ $main_header = $content['titles'][3]['default'] ?? ''; $first_review = $content['titles'][0]['default'] ?? ''; $second_review = $content['titles'][1]['default'] ?? ''; $third_review = $content['titles'][2]['default'] ?? ''; $first_description = $content['descriptions'][0]['default'] ?? ''; $second_description = $content['descriptions'][1]['default'] ?? ''; $third_description = $content['descriptions'][2]['default'] ?? ''; ?> <!-- wp:group {"align":"wide","style":{"spacing":{"margin":{"top":"0px","bottom":"80px"},"blockGap":"var:preset|spacing|30"}},"layout":{"type":"constrained"}} --> <div class="wp-block-group alignwide" style="margin-top:0px;margin-bottom:80px"> <!-- wp:heading {"level":3,"align":"wide"} --> <h3 class="wp-block-heading alignwide"><?php echo esc_html( $main_header ); ?></h3> <!-- /wp:heading --> <!-- wp:columns {"align":"wide"} --> <div class="wp-block-columns alignwide"> <!-- wp:column --> <div class="wp-block-column"> <!-- wp:paragraph --> <p><strong><?php echo esc_html( $first_review ); ?></strong></p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p><?php echo esc_html( $first_description ); ?></p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p>~ Sophia K.</p> <!-- /wp:paragraph --> </div> <!-- /wp:column --> <!-- wp:column --> <div class="wp-block-column"> <!-- wp:paragraph --> <p><strong><?php echo esc_html( $second_review ); ?></strong></p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p><?php echo esc_html( $second_description ); ?></p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p>~ Liam M.</p> <!-- /wp:paragraph --> </div> <!-- /wp:column --> <!-- wp:column --> <div class="wp-block-column"> <!-- wp:paragraph --> <p><strong><?php echo esc_html( $third_review ); ?></strong></p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p><?php echo esc_html( $third_description ); ?></p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p>~ Ava L.</p> <!-- /wp:paragraph --> </div> <!-- /wp:column --> </div> <!-- /wp:columns --> </div> <!-- /wp:group -->
Save
cmd:
run