/
home
/
suroeste
/
public_html
/
wp-content
/
plugins
/
woocommerce
/
patterns
/
/home/suroeste/public_html/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/suroeste/public_html/wp-content/plugins/woocommerce/patterns/featured-category-focus.php
(2249B)
<?php /** * Title: Featured Category Focus * Slug: woocommerce-blocks/featured-category-focus * Categories: WooCommerce */ use Automattic\WooCommerce\Blocks\AIContent\PatternsHelper; $category_title = $content['titles'][0]['default'] ?? ''; $button = $content['buttons'][0]['default'] ?? ''; ?> <!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|70","right":"var:preset|spacing|70","bottom":"var:preset|spacing|70","left":"var:preset|spacing|70"}}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"center","flexWrap":"wrap"}} --> <div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--70)"> <!-- wp:image {"id":1,"width":"469px","height":"348px","sizeSlug":"full","linkDestination":"none", "scale":"cover"} --> <figure class="wp-block-image size-full is-resized"> <img src="<?php echo esc_url( PatternsHelper::get_image_url( $images, 0, 'assets/images/pattern-placeholders/white-black-black-and-white-photograph-monochrome-photography.jpg' ) ); ?>" alt="<?php esc_attr_e( 'Placeholder image used to represent products being showcased in a featured category section.', 'woocommerce' ); ?>" class="wp-image-1" style="object-fit:cover;width:469px;height:348px"/> </figure> <!-- /wp:image --> <!-- wp:paragraph {"align":"center","style":{"color":{"text":"#000000"}},"fontSize":"large"} --> <p class="has-text-align-center has-text-color has-large-font-size" style="color:#000000"><?php echo esc_html( $category_title ); ?></p> <!-- /wp:paragraph --> <!-- wp:buttons --> <div class="wp-block-buttons"> <!-- wp:button {"style":{"color":{"text":"#ffffff","background":"#000000"},"border":{"width":"0px","style":"none"}}} --> <div class="wp-block-button"> <a href="<?php echo esc_url( wc_get_page_permalink( 'shop' ) ); ?>" class="wp-block-button__link has-text-color has-background wp-element-button" style="border-style:none;border-width:0px;color:#ffffff;background-color:#000000"><?php echo esc_html( $button ); ?></a> </div> <!-- /wp:button --> </div> <!-- /wp:buttons --> </div> <!-- /wp:group -->
Save
cmd:
run