Duplicate pages, posts and custom posts
Adapted from: Misha Rudrastyh
Paste it on Functions.php.
/*
* Function creates post duplicate as a draft and redirects then to the edit post screen
*/
function rd_duplicate_post_as_draft(){
global $wpdb;
if (! ( isset( $_GET['post']) ||...
divicode.hashnode.dev