LLMS_Admin_Setup_Wizard::generator_course_status( string $status )

Allow the Sample Content installed during the final step to be published rather than drafted


Description Description


Parameters Parameters

$status

(string) (Required) post status


Top ↑

Return Return

(string)


Top ↑

Source Source

File: includes/admin/class.llms.admin.setup.wizard.php

	public function generator_course_status( $status ) {
		return 'publish';
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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