File "wishlist.php"

Full Path: /home/jlklyejr/public_html/wp-content/test/wp-content/themes/goya/inc/templates/header-parts/wishlist.php
File size: 172 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Template part for displaying the wishlist icon
 *
 * @package Goya
 */

if( ! goya_wc_active() ) {
	return;
}

do_action( 'goya_quick_wishlist' );