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
Return Return
(string)
Source Source
File: includes/admin/class.llms.admin.setup.wizard.php
public function generator_course_status( $status ) { return 'publish'; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |