Anyone knows a way how I can create a post based on the submitted form and then fire a hook/action and passing the newly created post id to it?
Background: I have to create a post but after this I have to update some fields in the newly created post – ofc I can check for the latest created post but this is not that secure 😀