Is it possible to cancel a post status transition?
This is not a full solution, it is an idea for the method to proceed with. First of all, you hook into pending_to_publish action and, instead of processing the zip file, you save its path on a transensient. This transient is an array of all the zip files that are approved and not processed. Code … Read more