Reply To: How can I update the post instead of Insert
Support › General › How can I update the post instead of Insert › Reply To: How can I update the post instead of Insert
March 13, 2019 at 9:39 AM
#13706
Keymaster
I got it. I think the hard part in this situation is detect if there's any existing post with the same title. I'm afraid I don't have any that code available.
Once you get that post (with post ID), you can use update_post_meta function to manually update fields.