Origin commit
This commit is contained in:
3
templates/search-box/fields/country-select.php
Executable file
3
templates/search-box/fields/country-select.php
Executable file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
$slocation = isset( $_GET['location'] ) ? sanitize_text_field( $_GET['location'] ): opalestate_get_session_location_val();
|
||||
Opalestate_Taxonomy_Location::dropdown_list( $slocation );
|
||||
Reference in New Issue
Block a user