File "sort_select_html.php"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/.wp-cli/wp-content/plugins/woocommerce-products-filter/ext/quick_search/views/sort_select_html.php
File size: 352 bytes
MIME-type: text/x-php
Charset: utf-8

<?php if (!defined('ABSPATH')) die('No direct access allowed'); ?>

   <span class='woof_qt_sort_wraper'>
       <select class='woof_qt_sort_select'>
           <?php foreach($sort as $key=>$title):?>
           <option value="<?php esc_attr_e($key) ?>"><?php esc_html_e($title) ?></option> 
           <?php endforeach; ?>
        </select>
   </span>