Why might duplicate meta keys exist for a post in WordPress, and how does get_post_meta() handle them?
ADuplicate keys cause data loss; get_post_meta() returns only the first value
BDuplicate keys are not allowed; get_post_meta() returns error if duplicates exist
CWordPress merges duplicate keys automatically; get_post_meta() returns the merged value
DMultiple values can be stored under the same key; get_post_meta() returns all if third parameter is false