apply_filters( 'llms_generator_before_new_question', array $raw , obj $manager , int $author_id , LLMS_Generator $generator )
Filter raw question import data prior to generation
Parameters Parameters
- $raw
-
(array) Raw quiz data array.
- $manager
-
(obj) Question manager instance.
- $author_id
-
(int) author ID to use as a fallback if no raw author data supplied for the question.
- $generator
-
(LLMS_Generator) Generator instance.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.30.2 | Introduced. |