Jaxel
Well-known member
I am trying to run a function when a post is made. It's based on what images are attached to that post.
I've tried running the function in the
How would I get the attachments to a post immediately after a post is made?
I've tried running the function in the
_postSave()
function of a post; but at that point, the post will still have zero attachments linked to it... even though I am posting with attachments.How would I get the attachments to a post immediately after a post is made?