Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Ignored files stripped of version number

$
0
0

Replies: 1

Hi there,

The plugin strips the version of included JS files (See $ver in code below) even though they’re on the ignore list.

wp_register_script( $handle:string, $src:string, $deps:array, $ver:string|boolean|null, $in_footer:boolean )

So the request is js.bundle.js
And not (without the plugin): js.bundle.js?ver=xyz

  • This topic was modified 1 hour ago by Gravitas.
  • This topic was modified 1 hour ago by Gravitas.

Viewing all articles
Browse latest Browse all 59525

Trending Articles