Opal-Estate-Pro/templates/search-box/fields/categories.php

9 lines
236 B
PHP
Raw Normal View History

2019-09-17 05:01:35 +02:00
<?php
$scategories = isset( $_GET['cat'] ) ? $_GET['cat'] : -1;
if ( isset( $ismultiple ) ) {
Opalestate_Taxonomy_Categories::get_multi_check_list( $scategories );
} else {
2019-10-09 12:23:19 +02:00
Opalestate_Taxonomy_Categories::dropdown_list( $stypes );
2019-09-17 05:01:35 +02:00
}