Ignored files stripped of version number
-
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
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Ignored files stripped of version number’ is closed to new replies.