Browse: Home / Functions /

learndash_ajax_mark_complete

This function has been deprecated. This function was not used anywhere, and it’s not useful anymore instead.

learndash_ajax_mark_complete( int|null $quiz_id = null,  int|null $lesson_id = null )

Handles the AJAX output to mark a quiz complete.


Description #


Parameters #

$quiz_id

(int|null) (Optional) Quiz ID.

Default value: null

$lesson_id

(int|null) (Optional) Lesson ID.

Default value: null


Source #

File: includes/deprecated/4.11.0/functions.php


Changelog #

Changelog
Version Description
4.11.0 This function was not used anywhere, and it's not useful anymore.
2.1.0 Introduced. This function has been deprecated. This function was not used anywhere, and it's not useful anymore instead.