Dear developing team
I found this issue recently when working with your plugin with some fields without ID.
Sometimes, we need to add fields without IDs (heading, custom html...) and it's not convenient when having to add an ID for those fields.
When a field doesn't have an ID, get_post_meta($post->ID, '')
returns true then value $save
will become true and all $std
values not set. Please try it yourself.
I hope this issue will be sorted in the next release.
Thank you