LLMS_Generator_Courses::clone_course( array $raw )

Generator called when cloning a course


Parameters Parameters

$raw

(array) (Required) Raw course data array.


Top ↑

Return Return

(int|null) WP_Post ID of the generated course or null on failure.


Top ↑

Source Source

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

	public function clone_course( $raw ) {
		return $this->generate_course( $this->setup_raw_for_clone( $raw ) );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
4.13.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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