I am sure this is not related to the WordPress version, but with the way the object-cache defines the key. I just made a modification to function key on line 257. Just before the return statement, added $key = $_SERVER['HTTP_HOST'] . $key;
I am sure this is not related to the WordPress version, but with the way the object-cache defines the key. I just made a modification to function key on line 257. Just before the return statement, added $key = $_SERVER['HTTP_HOST'] . $key;
You must log in to post.