do_action( 'llms_generator_new_section', LLMS_Section $section , array $raw , LLMS_Generator $generator )
Action triggered immediately following generation of a new section
Parameters Parameters
- $section
-
(LLMS_Section) Generated section object.
- $raw
-
(array) Original raw section data array.
- $generator
-
(LLMS_Generator) Generator instance.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.30.2 | Introduced. |