Hi,
I'm working on a plugin that utilizes the Post Status Transitions. I can't seem to find any documentation as to how quickpress handles these.
From what I can tell it creates a post with a status of published with out creating a draft first. While this makes sense, it doesn't provide a way to capture the publishing. I also realize that there is the publish_post action hook, however that cannot be used.
Any insight?