Michael Beckwith
Michael Beckwith
I also wonder if the server's settings are playing a part in this, not just WP's timezone
I'd need to set up and confirm all parts in the local environment to confirm. However it sounds like you may have a way forward at the moment.
I know I definitely still handle support requests and we do accept PRs, but it's not super actively developed at the moment. It's largely been pretty stable.
One quick off the top of my head benefit is not having to look up and fetch a URL, it's just already stored there. I think this topic has come...
If I recall those override filters, returning non `null` values should assert itself. If you still returned `null` to the filter, it'd carry on and do its thing. Anything except...
Nothing from me, I haven't attempted to think your usecase through enough to have an approach.
Just in case it's playing a factor somehow, and somewhere in the code being used here for your usage @danielck, if you're using PHP's `time()`, that doesn't take timezones into...
Not sure we'd be able to change this behavior without breaking all the already existing sites out there, to be honest. The more important thing to do would be to...
@jtsternberg Definitely agreeing with this one. @minamme The GitHub Wiki here is also a pretty good resource as well https://github.com/CMB2/CMB2/wiki
Will do what I can to get some feedback and review your way ASAP. Appreciate all the help here and hopefully we can get things merged in pretty soon. Thanks...