I have a form on the front end of my site for adding a new post for a custom post type. Works great!
However, when a new post is submitted successfully I need to redirect to a URL to edit the new post. Unfortunately, I don’t know what the new $post_id is.
Is it even possible to check for “new_post” and then redirect to a URL for editing the new post?
This reply has been marked as private.
Okay thanks, I submitted a ticket for a %post_id% feature request.