Aaron Edwards
Aaron Edwards
We use wp_handle_sideload() now to support files larger than memory size, so any plugin hooking into uploads needs to use the equivalent sideload hooks, like `wp_handle_sideload_prefilter`. https://developer.wordpress.org/reference/functions/_wp_handle_upload/#hooks
I'm pretty sure it's related to this in stream wrapper: `/** * As we open a temp stream, we don't actually know if we have writing ability yet. * This...
Just a suggestion, if we used lpop or better blpop then that would eliminate potential race conditions, allow use of only one shared queue, and unlimited workers processing the same...
Yes I broke it up on newlines. It was a long one but more importantly that didn't fail gracefully. - It retried 10 times with sleep even though it was...
No the key should be able to be defined in the .env file for the server so it’s never exposed.
I’m looking for this too! Right now I have to deploy server api and a custom one based on the sample query script.
Related https://github.com/10up/headstartwp/issues/866