LLMS_Generator_Courses::generate_courses( array $raw )

Generator called for bulk course imports


Description Description


Parameters Parameters

$raw

(Required) Raw data array.


Top ↑

Return Return

(void)


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
4.7.0 Moved from LLMS_Generator to LLMS_Abstract_Generator_Courses. Updated method access from private to public. Throws an exception in favor of returning null when an error is encountered. Returns an array of generated course IDs on success.
3.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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