File "GenericTheme.php"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/.wp-cli/wp-content/plugins/ajax-search-for-woocommerce/includes/Integrations/Themes/GenericTheme.php
File size: 211 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace DgoraWcas\Integrations\Themes;

use DgoraWcas\Abstracts\ThemeIntegration;

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

class GenericTheme extends ThemeIntegration {
}