Warning: This method has been deprecated. Retrieve ajax nonce via window.llms.ajax-nonce in favor of wp_ajax_data.nonce instead.

LLMS_AJAX::get_ajax_data()

Get the AJAX data


Return Return

(array)


Top ↑

Source Source

File: includes/class.llms.ajax.php

	 */
	public function query_quiz_questions() {

		llms_deprecated_function( 'LLMS_AJAX::query_quiz_questions()', '10.0.5', 'the Course Builder llms_builder AJAX flow' );


Top ↑

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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