llms_get_question_types()

Retrieve question types see LLMS_Question_Types class for actual loading of core question types


Description Description


Return Return

(array)


Top ↑

Source Source

File: includes/functions/llms.functions.quiz.php

function llms_get_question_types() {
	return apply_filters( 'llms_get_question_types', array() );
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.16.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: