WpProQuiz_Controller_Quiz::get_submitted_custom_field_email( WpProQuiz_Model_Quiz $quiz )
Returns the email address submitted in the quiz Email custom fields.
Description #
Required fields take precedence over optional ones. Within the same precedence, the field displayed first wins.
Parameters #
- $quiz
-
(WpProQuiz_Model_Quiz) (Required) Quiz object.
Return #
(string) Submitted address, or an empty string when there is no valid one.
Source #
File: includes/lib/wp-pro-quiz/lib/controller/WpProQuiz_Controller_Quiz.php
Changelog #
| Version | Description |
|---|---|
| 5.1.10 | Introduced. |