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/blocksy.php
<?php
// Exit if accessed directly
if ( ! defined( 'DGWT_WCAS_FILE' ) ) {
	exit;
}

add_filter( 'blocksy:header:item-view-path:search', function ( $path ) {
	return DGWT_WCAS_DIR . 'partials/themes/blocksy/search.php';
} );

add_filter( 'get_search_form', function ( $form, $args ) {
	// Used on 404 page.
	return do_shortcode( '[fibosearch layout="classic"]' );
}, 10, 2 );

add_action( 'wp_head', function () {
	?>
	<style>
		.dgwt-wcas-ico-magnifier, .dgwt-wcas-ico-magnifier-handler {
			max-width: none;
			fill: var(--theme-icon-color, var(--theme-text-color));
			max-height: var(--theme-icon-size, 15px);
		}

		.dgwt-wcas-ico-magnifier:hover, .dgwt-wcas-ico-magnifier-handler:hover {
			fill: var(--theme-icon-hover-color, var(--theme-palette-color-2));
		}

		.dgwt-wcas-suggestion {
			transition: none;
		}
	</style>
	<?php
} );