Hello,
i installed some plugin recently and it is not working properly. They said is because of jQuery problem.
They said i need to find this line in function.php or header.php and disable it:
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, “http” . ($_SERVER[‘SERVER_PORT’] == 443 ? “s” : “”) . “://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js”, false, null);
but i can’t find it. Can you tell me where i can find this?
Regards,Simon