You could use a plugin such as CDN enabler to rewrite your origin domain URLs to reflect your CDN URLs. If you only want it to change the URLs for assets within your wp-includes directory this can also be defined within the plugin.
Related Posts:
- Add a script as a dependency to a registered script
- Setting up an API “listening” page
- Serving wp-includes (front-end) javascript from a different domain?
- Add conversion/tracking pixel to section for specific post
- How can I selectively print scripts to the footer of certain admin pages?
- WP CLI theme install. Install a private repo?
- change $src from wp_register_script in plugins/themes
- By having WordPress in a subfolder does it mean more script executions?
- Script Code in Text Widget Does NOT Show
- Invision + WordPress integration
- wp_print_scripts runs twice
- Register scripts located in child theme?
- How to add GET variable after script url?
- Generating a static page from a script
- Refused to execute as script because “X-Content-Type: nosniff” was given and its Content-Type is not a script MIME type
- Disable load scripts and styles not working
- Socialite not displaying icons [closed]
- Script dependencies generates different outputs
- Renaming the ‘build’ directory generated by @wordpress/scripts for React development
- How do I make it so that wp-scripts builds on plugin activation
- Bootstrap 3 Glyphicons CDN
- What is your best practice to execute one-time scripts?
- How do I get the $handle for all enqueued scripts?
- How can I get a list of all enqueued scripts and styles?
- How to properly dequeue scripts and styles in child theme?
- How to provide a local fallback for Font Awesome if CDN fails?
- Conditionally enqueue a widget’s script/stylesheet in HEAD (only when present on page!)
- W3 Total Cache, CDN and theme files [closed]
- What are the benefits of using wp_enqueue_script?
- Options for CDN with WordPress Including Supporting Plugins?
- How can I create a bash install script for my WordPress sites setup (WP+plugins+theme)?
- Correct Method to run scripts with dependencies without enqueue?
- wp enqueue script using scripts from cdn with a safety callback
- dynamically add scripts to WP_Widget widget() method
- Load plugin scripts and styles only on plugin page
- Is it too late to use a CDN? [closed]
- Get list of scripts / styles and show file which enqueued them
- How does W3 Total Cache CDN URL rewrites work? [closed]
- Configuring WordPress for Amazon CloudFront Caching?
- How to replace regular jquery calls with CDN calls from Google?
- How to prevent wordpress from loading old versions of jquery in wp_head();?
- COOKIE_DOMAIN setting confusion
- Is it possible to change the attributes of a registered style or script before it fires?
- Where should I host my images?
- What is the problem if I use CDN in my WordPress parent theme(built using bootstrap)?
- W3 Total Cache, RackSpace Cloud Files, and Forcing Downloads [closed]
- How to get a jQuery script to run on a page?
- Outputting Canonical Resource URLs Across a Multisite Network?
- Plugin that integrates Google Storage with WordPress? [closed]
- Editing Source Code in WordPress
- WP script versioning breaks cross-site caching?
- How to load JQuery easing script in wordpress?
- Host wp-content on other domain, much like a CDN
- Best image hosting service
- Odd Script File Trying to be Loaded
- Deregister WordPress jquery on specific page
- wp_register_script multiple identifiers?
- Listing registered scripts
- Some way to Flush or Overwrite all Imported Content in a Site for a Fresh Import – How?
- Add Font Awesome Embed CDN Script To WordPress
- Varnish + W3 Total Page Cache [closed]
- Shortest possible shell script to install WordPress on Nginx server?
- Including javascript for a shortcode
- Trigger a php file on every post or page if a condition is met
- How do I load custom scripts and styles for a page?
- How do I enqueue(or delay loading of) tags in individual page posts?
- Styles and Scripts, Selectively enqueue across entire site
- How to exclude a specific template from being cached by a CDN [closed]
- How to remove some external js files from source?
- Change Image URL to a CDN
- Change WordPress’ media upload URL?
- Best way to create a user programatically
- Why Allow Script Commands in Comments?
- Speed up WordPress
- WordPress Script Loading/Unloading — wp_deregister_script(‘jquery’)
- How does WordPress create its database during installation?
- Is there any free (or cheap) software that can be used for testing WordPress functionality?
- Select2 in WordPress
- Unable to load stylesheets and scripts to plugin settings page
- How can I add my script to admin using script-loader.php?
- Disable unneeded scripts in a wordpress installation
- wp_enqueue_script with dependencies doesn’t work
- wp_enqueue_script adds only the first script
- Using Multisite with a CDN?
- Help with enqueing scripts in footer after init action
- Javascript code inside “” in core WordPress files .php
- How to properly add Bootstrap and JQuery Javascripts?
- How to add unique image class to WordPress
- CDN + WP Admin Query – .htaccess redirection
- Changing image URLs in media library
- How to load script-related styles automatically?
- How do you load WordPress from an external script when using MultiSite? [duplicate]
- Question about the way that wp_register_script works
- WordPress doesn’t Load JQuery Now? Do I need to enqueue JQuery also?
- Change the URL of an image from wp_get_attachment_image_src
- Loading jQuery in the footer after removing jQuery migrate?
- Writing scripts using WordPress / WooCommerce classes?
- How to avoid loading same script twice?
- How to cancel `wp_print_scripts`?
- How do I enqueue a JavaScript in my footer via the functions.php file?