apply_filters( 'llms_generator_before_new_section', array $raw, int $order, int $course_id, int $fallback_author_id, LLMS_Generator $generator )

Filter raw section import data prior to generation


Description Description


Parameters Parameters

$raw

Raw quiz data array.

$order

Order within the course (starts at 1).

$course_id

WP Post ID of the parent course.

$fallback_author_id

author ID to use as a fallback if no raw author data supplied for the section.

$generator

Generator instance.


Top ↑

Source Source

File: includes/class-llms-generator-courses.php


Top ↑

Changelog Changelog

Changelog
Version Description
3.30.2 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.