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