PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/tiktechtok.org/wp-content/plugins/ali2woo/view/includes/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/tiktechtok.org/wp-content/plugins/ali2woo/view/includes/category_modal.php

<div class="modal-overlay set-category-dialog">
    <div class="modal-content">
        <div class="modal-header">
            <h3 class="modal-title"><?php _e('Link to category', 'ali2woo'); ?></h3>
            <a class="modal-btn-close" href="#"><svg><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-cross"></use></svg></a>
        </div>
        <div class="modal-body">
            <div>
                <label><?php _e('Categories'); ?>:</label>
                <?php $remember_categories = a2w_get_setting('remember_categories', array()); ?>
                <select class="form-control select2 categories" data-placeholder="<?php _e('Choose Categories', 'ali2woo'); ?>" multiple="multiple">
                    <option></option>
                    <?php foreach ($categories as $c): ?>
                        <option value="<?php echo $c['term_id']; ?>"<?php if (in_array($c['term_id'], $remember_categories)): ?> selected="selected"<?php endif; ?>><?php echo str_repeat('- ', $c['level'] - 1) . $c['name']; ?></option>
                    <?php endforeach; ?>
                </select>
            </div>
        </div>
        <div class="modal-footer">
            <button class="btn btn-default no-btn" type="button"><?php _e('Cancel'); ?></button>
            <button class="btn btn-success yes-btn" type="button"><?php _e('Ok'); ?></button>
        </div>
    </div>
</div>
<script>
    (function ($) {
        $(".set-category-dialog .select2").select2({width: '100%'});
    })(jQuery);
</script>