It replaces all WP Core assets with versions hosted on jsDelivr..
The following conditions need to be met that plugins assets will be served from jsDeliver.
Commercial plugins and plugins from elsewhere will not work because jsDelivr mirrors the wp.org plugin dir and nothing else..
URL most have plugins plugin-slug in them and end with.js or.css ..
It needs to have its version published as tag on the wp.org plugins SVN.
Some plugins may push to trunk or do not have their version published as tags...
It took me lot of time to come up with this plugin and I had many iterations over various different approaches how to do this until I came up with this working solution that also does not need much code.
I know the official plugin was abandoned years ago and I looked at complicated bloated code and did not even feel like learning what its doing and never looked at it again and started from scratch.
Read more