jtwee
Forum Replies Created
-
The link changed because version 2.0 was released. The correct link is now
https://github.com/ultimatemember/ultimatemember/blob/1.3.x/core/um-builtin.php#L1045
Forum: Plugins
In reply to: [WP REST API (WP API)] Is there a way to cache json responsesI ended up turning Josh Pollock’s jp-rest-cache code into a WordPress plugin that can be found here on github. I had a fair amount of success testing it with my own feed usage (custom routes), but it needs a lot more testing before anyone can just drop it in and not tinker with it.
Hope it helps someone else.
Forum: Plugins
In reply to: [WP REST API (WP API)] Is there a way to cache json responsesThere is a development branch of WP Super Cache that is implementing a plugin for WP-API v2. The pull request on the main github repo can be found here and the dev branch on the forked repo can be found here.
On top of that, jp-rest-cache has been updated to support WP-API v2, but it does still have the composer dependency. If the WP Super Cache plugin turns out not to be stable I will most likely fork the jp-rest-cache code to create a version not requiring composer.