I am trying to create a button inside a post and, when the user clicks on it, I'd like the post to be duplicated and this new post goes to another category, is it possible?
For example: I have "post 1" in "category1". When the user clicks on the button "duplicate", it should duplicate the "post1" inside the "category2".
Thank you!