LLMS_Table_Quiz_Non_Attempts::set_args()

Define the structure of arguments used to pass to the get_results method


Return Return

(array)


Top ↑

Source Source

File: includes/admin/reporting/tables/llms.table.quiz.non.attempts.php

	public function set_args() {
		return array(
			'quiz_id' => ! empty( $this->quiz_id ) ? $this->quiz_id : ( isset( $_GET['quiz_id'] ) ? absint( $_GET['quiz_id'] ) : null ),
		);
	}

Top ↑

Changelog Changelog

Changelog
Version Description
9.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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