'-- '.__( 'Select a location', 'advanced-classifieds-and-directory-pro' ).' --', 'option_none_value' => $general_settings['base_location'], 'child_of' => max( 0, $general_settings['base_location'] ), 'taxonomy' => 'acadp_locations', 'name' => 'l', 'id' => 'acadp-location-search-'.$id, 'class' => 'form-control', 'orderby' => $locations_settings['orderby'], 'order' => $locations_settings['order'], 'selected' => isset( $_GET['l'] ) ? (int) $_GET['l'] : -1, 'hierarchical' => true, 'depth' => 10, 'show_count' => false, 'hide_empty' => false, ) ); ?>
'-- '.__( 'Select a category', 'advanced-classifieds-and-directory-pro' ).' --', 'taxonomy' => 'acadp_categories', 'name' => 'c', 'id' => 'acadp-category-search-'.$id, 'class' => 'form-control acadp-category-search', 'orderby' => $categories_settings['orderby'], 'order' => $categories_settings['order'], 'selected' => isset( $_GET['c'] ) ? (int) $_GET['c'] : -1, 'hierarchical' => true, 'depth' => 10, 'show_count' => false, 'hide_empty' => false, ) ); ?>