Remove ?ver= from wp_register_script
I’m getting nags on google speed test regarding the querystrings in my scripts. So, I’m trying to remove them by passing false as the argument for that parameter. However, it does not seem to have effect:
I’m getting nags on google speed test regarding the querystrings in my scripts. So, I’m trying to remove them by passing false as the argument for that parameter. However, it does not seem to have effect:
I’m building a plugin using the WordPress Plugin Boilerplate by DevinVinson.