Index of /wp-content/<?php
/**
* Static class that will handle all ajax calls for the list
*
* @author Your Inspiration Themes
* @package YITH WooCommerce Wishlist
* @version 3.0.0
*/
if ( ! defined( 'YITH_WCWL' ) ) {
exit;
} / Exit if accessed directly
if ( ! class_exists( 'YITH_WCWL_Ajax_Handler' ) ) {
/