Koen
Koen
The library checks the `nonce` arg in the `get_chain_id()` function when calling `dispatch()`. That arg is potentially overwritten by plugins, causing the nonce validation to fail, and the request to...
Resolves deliciousbrains#129
Fixes #126 and #127
This might be a misnomer but the `sleep()` function controlled by the `$this->identifier . '_seconds_between_batches'` is actually between every task, and not every batch as the name of the filter...
I use this library extensively in some of my plugins and recently found that it has a major shortcoming when using it within a multisite environment. ### Issue So it...