File "product-carousel-2.php"
Full Path: /home/attunedd/public_html/byp/wp-content/plugins/carousel-slider/templates/loop/product-carousel-2.php
File size: 1.13 KB
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Note: This file may contain artifacts of previous malicious infection.
* However, the dangerous code has been removed, and the file is now safe to use.
*/
?>
<?php
/**
* Note: This file may contain artifacts of previous malicious infection.
* However, the dangerous code has been removed, and the file is now safe to use.
*/
?>
<?php
defined( 'ABSPATH' ) || die;
/**
* The global variable that are available to use here
*
* @global \CarouselSlider\Modules\ProductCarousel\Setting $setting Slider setting object.
* @global \WC_Product $product The WooCommerce product object.
* @global \WP_Post $post The post object.
*/
echo '<div class="product carousel-slider__product">';
do_action( 'carousel_slider_before_shop_loop_item', $product, $setting->get_slider_id() );
do_action( 'woocommerce_before_shop_loop_item' );
do_action( 'woocommerce_before_shop_loop_item_title' );
do_action( 'woocommerce_shop_loop_item_title' );
do_action( 'woocommerce_after_shop_loop_item_title' );
do_action( 'woocommerce_after_shop_loop_item' );
do_action( 'carousel_slider_after_shop_loop_item', $product, $setting->get_slider_id() );
echo '</div>';