Closed toniojst closed 1 year ago
We use GitHub exclusively for well-documented bug reports or feature requests. The reported issue does not contain enough information to be a viable bug report or feature request. Thus, we're now closing the report.
We have the following support channels:
If you feel like your bug or enhancement is valid and should be reviewed by us, please use the provided templates, read our contribution guidelines, and submit a new issue.
Thank you for your understanding.
Hi, i try this plugin and function
<?php duplicate_post_clone_post_link( $link, $before, $after, $id ); ?>
on frontend, but problem is that when i click this created link i redirected to Edit page of cloned post. So i get link".../wp-admin/admin.php?action=duplicate_post_new_draft&post=ID&_wpnonce=NONCE"
buut i want to get link like".../wp-admin/admin.php?action=duplicate_post_clone&post=ID&_wpnonce=NONCE"
What is solution is here.