Plugin Support
qtwrk
(@qtwrk)
Hi,
It depends on how the plugin/theme is made
object cache is using WP API
a quota from it
$group: (optional) this is a way of grouping data within the cache. Allows you to use the same key across different groups.
so basically, if the plugin author didn’t “group” it , then you can’t add it into group list.
Best regards,
So the ACF – Field Groups can be added to the list I assume since they are grouped?
Plugin Support
qtwrk
(@qtwrk)
for that , you will need to consult with its dev
or , you can try text search on its files with keyword “wp_cache_”
The plugin is not using wp_cache, that I know only meta fields/ACF.
Plugin Support
qtwrk
(@qtwrk)
Hi,
then it can not used on object cache 🙁
Best regards,
Plugin Support
qtwrk
(@qtwrk)
In that doc
at bottom of the code
wp_cache_add( $id, $cache[ $id ], $cache_key );
if you can get the name for $cache_key , it might work