Files
torebki-fabiola.pl/wp-content/plugins/ajax-search-for-woocommerce/includes/Integrations/Themes/GenericTheme.php
2026-03-05 13:07:40 +01:00

14 lines
211 B
PHP

<?php
namespace DgoraWcas\Integrations\Themes;
use DgoraWcas\Abstracts\ThemeIntegration;
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
class GenericTheme extends ThemeIntegration {
}