learndash_get_quiz_pro_fields( int $quiz_pro_id, array $fields = null )

Gets the WPProQuiz Quiz row column fields.


Description Description


Parameters Parameters

$quiz_pro_id

(Optional) The WPProQuiz Question ID. Default 0.

$fields

(Optional) An array or comma delimited string of fields to return.

Default value: null


Top ↑

Return Return

(array) An array of WPProQuiz quiz field values.


Top ↑

Source Source

File: includes/quiz/ld-quiz-functions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.3.0 Corrected function name
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.