it would be useful to add a filter on top of it and a conditional check to maybe defer the remote upload to a user-defined hook.
In our specific case, we are uploading the files ahead of time, and it would be useful to try not to fetch the data again as we could code the results in that specific hook.
Looking at this line of code
it would be useful to add a filter on top of it and a conditional check to maybe defer the remote upload to a user-defined hook.
In our specific case, we are uploading the files ahead of time, and it would be useful to try not to fetch the data again as we could code the results in that specific hook.