Question

i am trying to update only one custom field that is store in serialized form. By updating that field my other custom meta fields becomes blank/empty.

how can i update only a specific meta value inside the serialized data.

update_post_meta( $pId, 'my_meta', $new_data );

Many Thanks,

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with wordpress.stackexchange
scroll top