Current Path: > home > codekrsu > > cuddlebuds.lk > wp-content > plugins > woocommerce > patterns >
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
banner.php | File | 4397 bytes | May 12 2025 21:07:28. | |
coming-soon-entire-site.php | File | 5969 bytes | March 03 2025 22:28:12. | |
coming-soon-store-only.php | File | 2320 bytes | May 12 2025 21:07:28. | |
coming-soon.php | File | 508 bytes | March 03 2025 22:28:12. | |
content-right-image-left.php | File | 3551 bytes | May 12 2025 21:07:28. | |
featured-category-cover-image.php | File | 3761 bytes | May 12 2025 21:07:28. | |
featured-category-triple.php | File | 8296 bytes | May 12 2025 21:07:28. | |
footer-large.php | File | 4164 bytes | November 14 2024 01:17:00. | |
footer-simple-menu.php | File | 2704 bytes | March 26 2024 16:56:02. | |
footer-with-3-menus.php | File | 3340 bytes | March 26 2024 16:56:02. | |
four-image-grid-content-left.php | File | 5277 bytes | May 12 2025 21:07:28. | |
header-centered-pattern.php | File | 2553 bytes | August 20 2024 19:13:00. | |
header-distraction-free.php | File | 880 bytes | November 14 2024 01:17:00. | |
header-essential.php | File | 1369 bytes | September 23 2024 20:44:04. | |
header-large.php | File | 2633 bytes | July 30 2024 19:31:16. | |
header-minimal.php | File | 1610 bytes | September 23 2024 20:44:04. | |
heading-with-three-columns-of-content-with-link.php | File | 5172 bytes | July 30 2024 19:31:16. | |
hero-product-3-split.php | File | 6975 bytes | May 12 2025 21:07:28. | |
hero-product-chessboard.php | File | 8841 bytes | May 12 2025 21:07:28. | |
hero-product-split.php | File | 3079 bytes | May 12 2025 21:07:28. | |
intro-centered-content-with-image-below.php | File | 3509 bytes | May 12 2025 21:07:28. | |
just-arrived-full-hero.php | File | 2120 bytes | May 12 2025 21:07:28. | |
no-products-found-filters.php | File | 1124 bytes | June 25 2024 21:17:40. | |
no-products-found.php | File | 348 bytes | December 27 2023 00:45:02. | |
page-coming-soon-default.php | File | 5727 bytes | April 01 2025 15:51:36. | |
page-coming-soon-minimal-left-image.php | File | 7993 bytes | May 12 2025 21:07:28. | |
page-coming-soon-modern-black.php | File | 5337 bytes | May 12 2025 21:07:28. | |
page-coming-soon-split-right-image.php | File | 7279 bytes | May 12 2025 21:07:28. | |
page-coming-soon-with-header-footer.php | File | 2130 bytes | May 12 2025 21:07:28. | |
product-collection-3-columns.php | File | 2064 bytes | June 23 2025 19:46:28. | |
product-collection-4-columns.php | File | 3650 bytes | June 23 2025 19:46:28. | |
product-collection-5-columns.php | File | 4468 bytes | June 23 2025 19:46:28. | |
product-collection-featured-products-5-columns.php | File | 4357 bytes | June 23 2025 19:46:28. | |
product-query-product-gallery.php | File | 3795 bytes | June 23 2025 19:46:28. | |
product-search-form.php | File | 420 bytes | June 25 2024 21:17:40. | |
related-products.php | File | 2269 bytes | June 23 2025 19:46:28. | |
social-follow-us-in-social-media.php | File | 5931 bytes | May 12 2025 21:07:28. | |
testimonials-3-columns.php | File | 4213 bytes | May 12 2025 21:07:28. | |
testimonials-single.php | File | 3463 bytes | May 12 2025 21:07:28. | |
three-columns-with-images-and-content.php | File | 6659 bytes | May 12 2025 21:07:28. |
<?php /** * Note: This pattern is deprecated, it will be removed once newsletter feature flag is deployed. * If you are updating this pattern, please also update page-coming-soon-with-header-footer.php. */ /** * Title: Coming Soon Store Only * Slug: woocommerce/coming-soon-store-only * Categories: WooCommerce * Inserter: false * Feature Flag: launch-your-store * * @package WooCommerce\Blocks */ $current_theme = wp_get_theme()->get_stylesheet(); $inter_font_family = 'inter'; $cardo_font_family = 'cardo'; if ( 'twentytwentyfour' === $current_theme ) { $inter_font_family = 'body'; $cardo_font_family = 'heading'; } ?> <!-- wp:woocommerce/coming-soon {"storeOnly":true, "className":"woocommerce-coming-soon-store-only"} --> <div class="wp-block-woocommerce-coming-soon woocommerce-coming-soon-store-only"> <?php if ( wp_is_block_theme() ) { echo '<!-- wp:template-part {"slug":"header","tagName":"header"} /-->'; } ?> <!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"center","orientation":"vertical"}} --> <div class="wp-block-group"><!-- wp:spacer --> <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:heading {"textAlign":"center","level":1,"fontFamily":"<?php echo esc_html( $cardo_font_family ); ?>"} --> <h1 class="wp-block-heading has-text-align-center has-<?php echo esc_html( $cardo_font_family ); ?>-font-family"><?php echo esc_html__( 'Great things are on the horizon', 'woocommerce' ); ?></h1> <!-- /wp:heading --> <!-- wp:spacer {"height":"10px"} --> <div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:paragraph {"align":"center","fontFamily":"<?php echo esc_html( $inter_font_family ); ?>"} --> <p class="has-text-align-center has-<?php echo esc_html( $inter_font_family ); ?>-font-family"><?php echo esc_html__( 'Something big is brewing! Our store is in the works and will be launching soon!', 'woocommerce' ); ?></p> <!-- /wp:paragraph --> <!-- wp:spacer --> <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --></div> <!-- /wp:group --> <?php if ( wp_is_block_theme() ) { echo '<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->'; } ?> </div> <!-- /wp:woocommerce/coming-soon -->
SILENT KILLER Tool