| @@ -44,9 +44,9 @@ | ||
| 44 | 44 | $atts['store_name'] = $this->getStoreName(); |
| 45 | 45 | |
| 46 | 46 | $wrapperAttributes = ''; |
| 47 | 47 | if (!$isShortcode) { |
| 48 | - $wrapperAttributes = get_block_wrapper_attributes([ | |
| 48 | + $wrapperAttributes = RenderHelper::getBlockWrapperAttributes([ | |
| 49 | 49 | 'class' => 'fct-store-logo-wrapper' |
| 50 | 50 | ]); |
| 51 | 51 | } |
| 52 | 52 | |