LLMS_Controller_Quizzes::maybe_handle_reporting_actions()
Handle quiz reporting screen actions buttons
Description Description
On the quiz reporting screen this allows orphaned quizzes to be deleted.
Return Return
(null|false|WP_Post) null if the form wasn't submitted or the nonce couldn't be verified. false if an error was encountered. WP_Post of the deleted quiz on success.
Source Source
File: includes/controllers/class.llms.controller.quizzes.php
Changelog Changelog
| Version | Description |
|---|---|
| 3.37.8 | Introduced. |