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