I’ve been wondering about this for a bit. Alpine is really cool but since it’s not built into WordPress core I worry about the possibility of version collisions between plugins.
-
Alex Standiford
That wraps it up for today. I updated the #nearlyheadless boilerplate with a few quality of life improvements, but most importantly, I’ve created a way to clear a session’s cache by setting a cookie in the browser.
-
Alex Standiford
I’m excited about this PR. It makes it possible to extend the logic to decide when Nicholas should load a page using compatibility mode.
It uses an Underpin decision list, so the decision result is cached, and logged for debugging purposes.
-
Alex Standiford
My favorite thing about the decision list loader is that it caches the result. If the same decision is called more than once in a single request, the decision list will automatically skip all of the logic and just give the result.
