Display with EDD
-
Hey,
How do I go about displaying custom fields in Easy Digital Downloads Frontend Submissions. It says I can get the fields to display in elementor like their product fields. I need to be able to pull the use meta data. Here’s what they said:
Accessing Fields
The fields in this form store their data in the usermeta table. WordPress provides several functions for accessing data in the usermeta table.get_user_meta($user_id, $key, $single);
This function will get one field from the usermeta table.
get_userdata( $userid );
This function will get all the fields related to a single user.
Either of the above can be used to get Profile information and print it to your web site.
The topic ‘Display with EDD’ is closed to new replies.