| @@ -27,9 +27,9 @@ | ||
| 27 | 27 | if ($action === 'elementor') { |
| 28 | 28 | return; |
| 29 | 29 | } |
| 30 | 30 | |
| 31 | - if (has_shortcode(get_the_content(), static::SHORT_CODE) || has_block('fluent-cart/cart_cart')) { | |
| 31 | + if (has_shortcode(get_the_content(), static::SHORT_CODE) || has_block('fluent-cart/cart')) { | |
| 32 | 32 | (new static())->enqueueStyles(); |
| 33 | 33 | } |
| 34 | 34 | }, 10); |
| 35 | 35 | } |