So there’s a few solutions out there to force WordPress to load jQuery from Google’s CDN, but fallback to local hosting in case the CDN is not available. Here’s what I’ve found to be the ideal solution. Add this code to your functions.php or even better, a custom plugin.
The artcile A Better Way to Add Google CDN Hosted jQuery to WordPress appeared first on Max Rice.