Skip to content

Instantly share code, notes, and snippets.

@joehoyle
Created August 23, 2013 11:28
Show Gist options
  • Save joehoyle/6318295 to your computer and use it in GitHub Desktop.
Save joehoyle/6318295 to your computer and use it in GitHub Desktop.
$value = sanitize_text_field( $_POST['value'] );
$id = (int) $_POST['id'];
$list_id = 1;
$meta = get_post_meta( $list_id, 'item' );
$old_value = $meta[$id];
update_post_meta( $lit_id, 'item', $value, $old_value );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment