File "DFDRonneby.php"

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

<?php

namespace DgoraWcas\Integrations\Themes\DFDRonneby;

use DgoraWcas\Abstracts\ThemeIntegration;

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

class DFDRonneby extends ThemeIntegration {
	public function __construct( $themeSlug, $themeName ) {
		parent::__construct(
			$themeSlug,
			$themeName,
			array(
				'replaceSearchSuffix' => '<br><span style="color: red;">' . __( 'Note: We currently only support the header type: "Header 10"', 'ajax-search-for-woocommerce' ) . '</span>'
			)
		);
	}
}