W3TC get query string variable
-
Hi guys,
Me as a developer I want to get the query string variable from static resources and output it manually in the other part of the site.
For example I would like to add this query string variable (for ex: x44251) to a custom harcoded link:
<link preload href=”something.ttf<?php echo $query_string_variable; ?>” as=”font”>Why I want this variable dynamic? Because everytime I want to purge call caches, to update the new query string variable to this custom link from my header.
So basically my question it’s: How do I get this dynamic variable (query string) form W3TC?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘W3TC get query string variable’ is closed to new replies.