I was wondering if Duplicate Post could be used to clone multiple content types in draft mode with one click.
I have various post types that interact, and work as a together - about 20 or so posts. I would like to clone the "team" and then go back and edit them later.
I am able to select all the posts I wish to clone, but the template options are for generating links that clone when clicked. Is it possible to clone the posts via cURL using the url layout "http://some-site.com/wp-admin/admin.php?action=duplicate_post_save_as_new_post_draft&post=384" and just cycle through the whole list replacing just the post=384?? This is of course assuming that the person clicking on the link is logged in and has admin priviledges.....