User different name on certificate
-
I’m using the free version of the Uncanny LearnDash Toolkit and turned on the LearnDash Certificate Widget and added the widget to my sidebar that shows on student pages. However, when users use the link the widget generates, it shows a pdf with their name listed as their username. Obviously they rather have their real name on the certificate.
I’m using woocommerce to sell the courses so I have their first name and last name. I’m able to access them using wp_get_current_user()->user_firstname and wp_get_current_user()->user_lastname and use those on a template override in my child theme to show on the certificate after the quiz has been successfully completed.
Is there any way to use those when a user clicks the link that gets generated from widget plugin?
- The topic ‘User different name on certificate’ is closed to new replies.