kriskhoury
11/20/2019 - 4:31 PM

WP Cache Busting

function cache_bust($str){
  return $str.'?'.rand(1000000, 9999999);
}