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
Contents
Return Return
(array)
Source Source
File: includes/class.llms.ajax.php
* @since 5.9.0 Stop using deprecated `FILTER_SANITIZE_STRING`. * * @return void */ public function query_quiz_questions() {
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |