Doesn't support $force & $found parameters of wp_cache_get
-
Thanks for this plugin!
One little thing I’ve noticed (and it’s only come up because of the way Advanced Custom Fields uses caching!) is that the signature for
wp_cache_getis different to the WordPress version:object_cache.php:
wp_cache_get($key, $group = '')cache.php:
wp_cache_get( $key, $group = '', $force = false, &$found = null )Most plugins just seem to see if the returned value is truthy, but acf used the
$foundparameter…Any cache of an update to support this?
Thanks
David
The topic ‘Doesn't support $force & $found parameters of wp_cache_get’ is closed to new replies.