Replace plugins or themes asset source with your own desired source. Not design for auto local host asset file. But you can use for it too.
Replace any plugin or theme asset source with your own desired source. Main purpose is to help WordPress users to change the slow third party scripts or styles which using by some plugins but slow load speed in certain countries.
Usually, you could use some coding skills to find the original enqueue method from the target plugin, then dequeue it, and enqueue your own version of asset file. But you need to take care and follow the same way how the original plugin enqueued and the dependency plus version. Otherwise, you might encounter some unexpected issues.
With the help of this plugin, you can easily replace the asset source file without coding skills.
This plugin is not meant to auto local host the third party asset file, but you could use for it too. Upload your own local version of asset file in a better and secured folder (maybe from your theme folder), get the public accessible url, use it on the plugin setting page. Just try it out and have fun.
Once a new replacement set, this plugin will do a match on all queued asset styles and scripts source. If found the matching source, it will replaces target source URL with your replacement URL.
This plugin is not going to dequeue the target asset and enqueue your replacement asset. Issue might be happened if the new enqueue not follow the original plugin or theme like missing dependency or version incorrect etc.
If the target asset url not using the standard WordPress enqueue script method by the developer, the replacement will not works.
There is a block in Malaysia since end of September 2021, which not allowed all local ISP network to access maxcdn.bootstrapcdn.com.
If there is a plugin in your site using the asset file hosted on maxcdn.bootstrapcdn.com, the visitor from Malaysia will encounter super slow loading issue.
With the help of this plugin, you can easily replace this asset file url to maybe cdnjs.cloudflare.com without disturbing the functionality of the original plugin.
Tutorial for this use case:
From within WordPress
Manually
replace-third-party-asset-source.php
to the /wp-content/plugins/
directoryYou need to inspect your website HTML elements to get the correct url. Do not put in the parameters. (Remove all values after ?
included the question mark)
No, there is no additional css or js loading in frontend. In backend, just some tiny css and js loaded in this plugin’s setting page.
Yes, the replacement will be taking effect in wp-admin area too.
Double check if your cache system cleared. Sometimes it could be the target asset directly written and harcoded in the plugin or theme without using standard WordPress enqueue way.
Welcome to open a support topic. Or you could shoot me an email at [email protected].
rtpas_matched_styles
replaced by rtpas_enqueue_matched_styles
rtpas_matched_scripts
replaced by rtpas_enqueue_matched_scripts
rtpas_matched_replacement
rtpas_loader_matched_style
rtpas_loader_matched_script
rtpas_matched_styles
to filter matched stylesrtpas_matched_scripts
to filter matched scripts