File "woof.php"

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

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


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