Hello,
We are using Advanced Post Creation which creates 3 posts to 3 different post types. We are using gform_advancedpostcreation_post_after_creation to try to get the new Post IDs.
Currently it’s returning the ID of the first created post. I understand that an array is being returned.
How can I return all the Post IDs, and then distinguish between them so that I can run an action specific to the post type? In other words if 3 IDs are returned, what is a way to know which post or post type they are actually associated with?
Thank you in advance for your help, it’s greatly appreciated.