', '" ' . $attr . '>', $ul_tag ); } ); add_action( 'uael_before_product_loop_start', function ($args) { wc_set_loop_prop('name', 'ultimate_addons'); } ); add_filter( 'woocommerce_product_loop_start', function ($content) { $attr = ''; if (wc_get_loop_prop('name', 'default') !== 'ultimate_addons') { $hover_attr = ''; $hover_value = get_theme_mod('product_image_hover', 'none'); $other_attr = []; 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_products_layout_attr() . ' ' . blocksy_attr_to_html( $other_attr ); } return str_replace( 'class="products', $attr . 'class="products', $content ); } );