LLMS_Lesson::get_creation_args( array $args = null )
An array of default arguments to pass to $this->create() when creating a new post
Description Description
Parameters Parameters
- $args
-
(Optional) Args of data to be passed to
wp_insert_post(). Defaultnull.Default value: null
Return Return
(array)
Source Source
File: includes/models/model.llms.lesson.php
Changelog Changelog
| Version | Description |
|---|---|
| 3.13.0 | Introduced. |