Auto-remove custom field with no value on publish
Demilio, unfortunately the WordPress API seems to assume that custom fields do not have an ’empty’ value, in the sense that update_post_meta and delete_post_meta, if given ” as the (previous) meta value perform the update/delete operation for all values for that key. This makes it difficult, for instance, if a custom field key has multiple … Read more