Exemplo n.º 1
0
 /**
  * Shorthand / lazy function to get the redirect URL
  * @since Version 3.10.0
  * @param string $url
  * @return string
  */
 public static function cache($url)
 {
     $ImageCache = new ImageCache();
     $ImageCache->setConfiguration();
     return $ImageCache->getCachedUrl($url);
 }