File "stat.js"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/cache/.wp-cli/wp-content/plugins/woocommerce-products-filter/ext/stat/js/stat.js
File size: 343 bytes
MIME-type: text/plain
Charset: utf-8

"use strict";
jQuery(function ($) {
    //stat collection
    if (woof_current_values.hasOwnProperty(swoof_search_slug)) {
        var data = {
            action: "woof_write_stat",
            woof_current_values: woof_current_values
        };
        jQuery.post(woof_ajaxurl, data, function () {
            //***
        });
    }
});