Opal-Estate-Pro/templates/search-box/fields/country-select.php
2019-09-10 11:27:33 +07:00

4 lines
188 B
PHP
Executable File

<?php
$slocation = isset( $_GET['location'] ) ? sanitize_text_field( $_GET['location'] ): opalestate_get_session_location_val();
Opalestate_Taxonomy_Location::dropdown_list( $slocation );