HEX
Server: nginx/1.18.0
System: Linux oas2 6.8.0-1039-oracle #40~22.04.1-Ubuntu SMP Wed Oct 29 05:11:00 UTC 2025 aarch64
User: root (0)
PHP: 8.1.2-1ubuntu2.23
Disabled: NONE
Upload Files
File: /var/www/ecom/wp-content/themes/electro/inc/structure/header-v12.php
<?php
/**
 * Functions used in Header v3
 */

if ( ! function_exists( 'electro_header_v12_navbar_search' ) ) {
	/**
	 * Displays search box in navbar
	 */
	function electro_header_v12_navbar_search() {
		
		add_filter( 'electro_enable_search_categories_filter', '__return_false' );

        ?><div class="col-auto d-xl-none d-xxl-block" style="max-width:256px;"><?php
            electro_navbar_search();
        ?></div><?php
	}
}