tomjn / tomjn.com

TomJN.com WordPress theme
https://tomjn.com
2 stars 1 forks source link

Static assets should not be hardwired #15

Open szepeviktor opened 5 years ago

szepeviktor commented 5 years ago

In tomjnhttp2() you could say

$script = wp_scripts()->registered['jquery-core'];
$link = sprintf( '%s?ver=%s', $script->src, $script->ver );

External items - for instance GTM - could be listed in an array.