do_action( 'llms_generator_new_question', LLMS_Question $question , array $raw , obj $manager , LLMS_Generator $generator )
Action triggered immediately following generation of a new question
Parameters Parameters
- $question
-
(LLMS_Question) Generated question object.
- $raw
-
(array) Original raw question data array.
- $manager
-
(obj) Question manager instance.
- $generator
-
(LLMS_Generator) Generator instance.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.30.2 | Introduced. |