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

148
149
150
151
152
* @since 5.9.0 Stop using deprecated `FILTER_SANITIZE_STRING`.
 *
 * @return void
 */
public function query_quiz_questions() {

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.