LLMS_Controller_Quizzes::__construct()

Constructor


Return Return

(void)


Top ↑

Source Source

File: includes/controllers/class.llms.controller.quizzes.php

	public function __construct() {

		add_action( 'admin_init', array( $this, 'maybe_handle_reporting_actions' ) );

	}

Top ↑

Changelog Changelog

Changelog
Version Description
4.14.0 Remove add_action() for deprecated take_quiz() method.
3.9.0
3.37.8 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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