HEX
Server: Apache
System: Linux webm020.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: bohousj (181416)
PHP: 8.4.22
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/b/o/h/bohousj/www/wp-content/plugins/ajax-search-for-woocommerce/partials/themes/neve.php
<?php
// Exit if accessed directly
if ( ! defined( 'DGWT_WCAS_FILE' ) ) {
	exit;
}

add_filter( 'hfg_template_locations', function ( $locations ) {
	$locations = array_merge( array( DGWT_WCAS_DIR . 'partials/themes/neve/' ), $locations );

	return $locations;
} );

add_action( 'wp_head', function () { ?>
	<style>
		html[data-neve-theme="dark"] .header .dgwt-wcas-search-icon svg,
		html[data-neve-theme="dark"] .header .dgwt-wcas-search-icon path {
			fill: white;
		}
	</style>
	<?php
} );