Granda power
-
Nice, @chimacintosh. Still not optimal though.
We may only want to remove the ver query arg, use something like this:
function remove_ver_from_css_and_js( $src ) { if( strpos( $src, 'ver=' ) ) $src = remove_query_arg( 'ver', $src ); return $src; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Granda power’ is closed to new replies.