Thread Starter
kierok
(@kierok)
I was trying something like this –
<a href="<?php echo wp_nonce_url(add_query_arg(array('action'=>'duplicate_post_save_as_new_post','resume_id'=>$post->ID),admin_url('admin.php') ) ); ?>">Clone this</a>
and
<?php echo do_shortcode('[duplicate_post]'); ?>
-
This reply was modified 8 years, 10 months ago by kierok.