LLMS_Controller_Quizzes::__construct()
Constructor
Contents
Return Return
(void)
Source Source
File: includes/controllers/class.llms.controller.quizzes.php
public function __construct() { add_action( 'admin_init', array( $this, 'maybe_handle_reporting_actions' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
4.14.0 | Remove add_action() for deprecated take_quiz() method. |
3.9.0 | |
3.37.8 | Introduced. |