HEX
Server: Apache
System: Linux pdx1-shared-a2-04 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: dh_hwg2wc (6369923)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/dh_hwg2wc/fnaluxury.com/wp-content/themes/houzez/template-parts/search/fields/country.php
<div class="form-group">
	<select name="country[]" data-target="houzezSecondList" data-size="5" class="houzezSelectFilter houzezCountryFilter houzezFirstList selectpicker <?php houzez_ajax_search(); ?> houzez-country-js form-control bs-select-hidden" title="<?php echo houzez_option('srh_countries', 'All Countries')?>" data-none-results-text="<?php echo houzez_option('cl_no_results_matched', 'No results matched');?> {0}" data-live-search="false" data-container="body">
		<?php
        $country = isset($_GET['country']) ? $_GET['country'] : array();
        
        echo '<option value="">'.houzez_option('srh_countries', 'All Countries').'</option>';

        houzez_get_search_taxonomies('property_country', $country );

		?>
	</select><!-- selectpicker -->
</div><!-- form-group -->