-1
am with a php code where I get a link . so q this link expires about 10 times a day, my code checks if the link expires and brings a new one.
//o arquivo é single.php wordpress
<video id="player" poster="<?php echo $thumb; ?>" controls style="width: 100%; height: 400px;">
<source src="<?php echo $mp4;?>" type="video/mp4" />
</video>
the variable that stores the url is $mp4 , it always brings the correct link
only that for many people who visit the site appears the expired link, because of the cache.
how to make this page or code snippet is not cached in any way?
detail. am using a cache plugin for wordpress and cloudflare .
hugs
Put part of the code to facilitate understanding of your problem
– David Alves
edited in the right place now... hehe
– Jacques Anidjar