Merged in MAW-865-auto-patch (pull request #27)

Plugin updates

* Plugin updates

search-filter-divi,woocommerce,wordpress-seo,search-filter-pro
This commit is contained in:
Tony Volpe
2024-01-29 21:56:40 +00:00
parent e6c5e5099c
commit 9169f08384
3452 changed files with 1327 additions and 224370 deletions

View File

@@ -31,9 +31,9 @@ $second_description = $content['descriptions'][1]['default'] ?? '';
<!-- wp:buttons {"style":{"spacing":{"blockGap":"0","margin":{"top":"20px","bottom":"0"}}}} -->
<div class="wp-block-buttons" style="margin-top:20px;margin-bottom:0">
<!-- wp:button {"style":{"typography":{"fontSize":"16px"},"color":{"text":"#000000","background":"#ffffff"},"border":{"width":"0px","style":"none"}},"className":"is-style-fill"} -->
<!-- wp:button {"style":{"typography":{"fontSize":"16px"},"border":{"width":"0px","style":"none"}},"className":"is-style-fill"} -->
<div class="wp-block-button has-custom-font-size is-style-fill" style="font-size:16px">
<a class="wp-block-button__link has-text-color has-background wp-element-button" href="<?php echo esc_url( get_permalink( wc_get_page_id( 'shop' ) ) ); ?>" style="border-style:none;border-width:0px;color:#000000;background-color:#ffffff">
<a class="wp-block-button__link wp-element-button" href="<?php echo esc_url( get_permalink( wc_get_page_id( 'shop' ) ) ); ?>" style="border-style:none;border-width:0px;">
<?php echo esc_html( $banner_button ); ?>
</a>
</div>