Filters or option to disable json caching in wp_post_meta
-
I’d like to disable json caching, right now I can only do it by modifying the plugin core files.
The reason I would do it is because:
– I have many posts therefore I try to minimize excessive additions to wp_post_meta table…
– …primarly becasue I have a caching system setup to 3 hours so the 1 hour caching of schema json is useless in my case.
That’s it. a Filter to control this thing would be nice for coders or an option for less coders also.
Thank you
- The topic ‘Filters or option to disable json caching in wp_post_meta’ is closed to new replies.