Browse: Home / Functions /

learndash_get_quiz_pro_fields

This function has been deprecated.

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

Gets the WPProQuiz Quiz row column fields.


Description #


Parameters #

$quiz_pro_id

(int) (Optional) The WPProQuiz Question ID. Default 0.

$fields

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

Default value: null


Return #

(array) An array of WPProQuiz quiz field values.


Source #

File: includes/deprecated/5.0.0/functions.php


Changelog #

Changelog
Version Description
5.0.0 This function has been deprecated.
3.3.0 Corrected function name
2.6.0 Introduced. This function has been deprecated.