We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'm not usin the-weather plugin but the theme pull requests to the weather server. The result is blank pages when internet's offline.
How can I desactivate weather requests ?
Thanks a lot
The text was updated successfully, but these errors were encountered:
In the functions.php file you can disable the following code:
// wp_register_script('weather', '//cdnjs.cloudflare.com/ajax/libs/jquery.simpleWeather/3.0.2/jquery.simpleWeather.min.js'); // wp_enqueue_script('weather');
This will cause the script to not load which should deactivate any and all requests.
Sorry, something went wrong.
No branches or pull requests
Hi,
I'm not usin the-weather plugin but the theme pull requests to the weather server.
The result is blank pages when internet's offline.
How can I desactivate weather requests ?
Thanks a lot
The text was updated successfully, but these errors were encountered: