plugin updates

This commit is contained in:
Tony Volpe
2024-09-05 11:04:01 -04:00
parent ed6b060261
commit 50cd64dd3d
925 changed files with 16918 additions and 13003 deletions

View File

@@ -3,6 +3,7 @@
* Title: Coming Soon Store Only
* Slug: woocommerce/coming-soon-store-only
* Categories: WooCommerce
* Inserter: false
* Feature Flag: launch-your-store
*
* @package WooCommerce\Blocks
@@ -19,8 +20,8 @@ if ( 'twentytwentyfour' === $current_theme ) {
?>
<!-- wp:woocommerce/coming-soon {"storeOnly":true} -->
<div class="wp-block-woocommerce-coming-soon">
<!-- 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 ( wc_current_theme_is_fse_theme() ) {
@@ -55,6 +56,5 @@ if ( wc_current_theme_is_fse_theme() ) {
echo '<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->';
}
?>
<style>.woocommerce-breadcrumb {display: none;}</style></div>
</div>
<!-- /wp:woocommerce/coming-soon -->