File "hooks.php"

Full Path: /home/vantageo/public_html/cache/.wp-cli/wp-content/plugins/woocommerce-products-filter/classes/hooks.php
File size: 260 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

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

final class WOOF_HOOKS
{

    public static function woof_get_front_css_file_link()
    {
        return apply_filters('woof_get_front_css_file_link', WOOF_LINK . 'css/front.css');
    }

}