Replies: 1
Hi there, as title says, I’m willing to create a wp post based on form data after its submission. The purpose is to automate the post creation, and an admin will come once in a while to publish them (all posts will be in pending status after creation).
I have a working function that do exactly that with hard coded data, but when I try with dynamic data it doesn’t work at all, I’m using forminator_form_after_handle_submit
hook but I just saw it’s been removed and I cannot find anything to replace it.
If anyone have any suggestion please let me know !