Will this very special plugin still get updates?
If yes, a version bump including WordPress version compatibility update would be great.
Hi,
when using the plugin I encountered notices which are generated by a missing check.
foreach ($params as $key) {
if (isset($_GET[$key]))
$args[$key] = urlencode($_GET[$key]);
$cache_key .= ':' . $_GET[$key];
}
Can you move the $cache_key .= ':' . $_GET[$key];
within the if check to prevent the notice?
Thanks in advance ??
Kind regards,
Manuel