Display Donation Meta
-
Hi,
I am trying to display a list of donors, based on a “nickname” meta field. I have created the meta field, and followed all of the steps to have that validating and displaying to the donor. I am struggling to access the metafield though.
I can see that it is saved in the postmeta, when using get_post_meta($payment_id). I can get it to show the following array:
a:10:{s:8:”nickname”;s:12:”Test Nickname”… (this is just a portion to hide personal details).
The problem is that accessing “$postmeta[‘nickname’]” gives me nothing. I am wondering if there is something happening with the array there? What would be the easiest way to access this meta field?
Any help would be greatly appreciated!
Kind regards,
Sam
[ Signature moderated ]
- The topic ‘Display Donation Meta’ is closed to new replies.