GhostManSec
Server: Apache
System: Linux webm019.cluster130.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: exhehbu (1008962)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/exhehbu/wp/wp-content/themes/revolution/woocommerce/ajax/add-to-cart-fragments.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}

// Shop notices
?>
<div class="thb_ajax_product_addtocart_container">
	<div class="thb_prod_ajax_to_cart_notices">
		<?php
			if ( is_ajax() ) {
				wc_print_notices();
				wc_clear_notices();
			}
		?>
	</div>
<?php
// Cart contents count
?>
	<span class="float_count"><?php echo esc_html(WC()->cart->get_cart_contents_count()); ?></span>
	<div class="widget_shopping_cart_content">
		<?php woocommerce_mini_cart(); ?>
	</div>
</div>