HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: /home/pvruk.co.uk/public_html-20250117120915/wp-content/themes/go/partials/modal-search.php
<?php
/**
 * Displays the search icon and modal
 *
 * @package Go
 */

if ( get_theme_mod( 'remove_search', false ) ) {

	return;

}

?>

<div
	class="search-modal"
	data-modal-target-string=".search-modal"
	aria-expanded="false"
	<?php if ( Go\AMP\is_amp() ) { ?>
		[class]="'search-modal' + ( searchModalActive ? ' show-modal active' : '' )"
		on="tap:AMP.setState( { searchModalActive: false } )"
	<?php } ?>
>

	<div class="search-modal-inner">

		<?php get_search_form(); ?>

	</div><!-- .search-modal-inner -->

</div><!-- .search-modal -->