__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
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 = 'none';
$render_layout_config = blocksy_get_theme_mod(
'woo_card_layout',
[
[
'id' => '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
);
}
if (is_archive() && is_customize_preview()) {
$other_attr['data-shortcut'] = 'border:outside';
$other_attr['data-shortcut-location'] = blocksy_first_level_deep_link('woo_categories');
}
$attr = blocksy_attr_to_html($other_attr);
}
return preg_replace(
'/<ul class="products (.*)"/',
'<ul class="products $1" ' . $attr,
$content
);
}
);
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| helpers.php | File | 1.28 KB | 0640 |
|
| index.php | File | 1.23 KB | 0640 |
|
| loop-elements.php | File | 3.07 KB | 0640 |
|
| loop.php | File | 1.54 KB | 0640 |
|
| pagination.php | File | 941 B | 0640 |
|
| product-card.php | File | 16.17 KB | 0640 |
|