Advertisement
Guest User

pods_duplicate

a guest
Oct 27th, 2015
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. //Duplicate Test
  2. $return["return"]["duplicate_test"] = array(
  3.     'old_id' => 81826,
  4.     'new_id' => pods('ebook')->duplicate(81826), //this return the same ID (81826)
  5. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement