impress-org / givewp-snippet-library

A collection of code snippets to enhance or expand on the free Give WordPress Donation Plugin.
https://givewp.com
140 stars 90 forks source link

feat(email-tag): Add meta data email tag #62

Closed ravinderk closed 6 years ago

ravinderk commented 6 years ago

@DevinWalker @mathetos some time user ask for email tag which does not exist in core. Instead of asking them to wait until new release we can point this snippet which helps to render donation metadata into an email.

Shortcode format: {meta_*} For example: {meta__give_payment_transaction_id}, {meta__give_payment_donor_email}

Note: meta key must contain string instead of array