Advertisement
Guest User

Untitled

a guest
Mar 4th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. $item_array = get_post_meta( $id, '_custom_post_type_onomies_relationship' );
  2. foreach ( $item_array as $mitem_id ) {
  3. $title = get_the_title( $item_id );
  4. $item_array[] = $title;
  5. }
  6.  
  7. update_post_meta( $id, '_custom_post_type_onomies_relationship', $title );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement