File "woof.php"

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

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


if (isset(woof()->settings['by_text_2']) AND woof()->settings['by_text_2']['show'])
{
    if (isset(woof()->settings['by_text_2']['title']) AND ! empty(woof()->settings['by_text_2']['title']))
    {
        ?>
        <!-- <<?php esc_attr_e(apply_filters('woof_title_tag', 'h4')); ?>><?php esc_html_e(woof()->settings['by_text_2']['title']); ?></<?php esc_attr_e(apply_filters('woof_title_tag', 'h4')); ?>> -->
        <?php
    }
    echo do_shortcode('[woof_text_filter]');
}