'product_image', 'enabled' => true, ], ] ); foreach ($render_layout_config as $layout) { if ($layout['id'] === 'product_image') { $hover_value = blocksy_akg( 'product_image_hover', $layout, 'none' ); } } $other_attr = [ 'data-products' => blocksy_get_theme_mod('shop_cards_type', 'type-1') ]; // $alignment = ''; // if ($shop_structure === 'type-1') { // $alignment = ' data-alignment="' . blocksy_get_theme_mod('shop_cards_alignment_1', 'left') . '"'; // } if ($hover_value !== 'none') { $other_attr['data-hover'] = $hover_value; } if (function_exists('blocksy_quick_view_attr')) { $other_attr = array_merge( blocksy_quick_view_attr(), $other_attr ); } $attr = blocksy_attr_to_html($other_attr); } return str_replace( 'class="products', $attr . 'class="products', $content ); } );