File "cart.php"
Full Path: /home/jlklyejr/public_html/wp-content/test/wp-content/themes/goya/inc/templates/header-parts/cart.php
File size: 175 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Template part for displaying the cart icon
*
* @package Goya
*/
if( ! goya_wc_active() ) {
return;
}
?>
<?php do_action( 'goya_quick_cart' ); ?>